]> andersk Git - openssh.git/blobdiff - packet.h
- markus@cvs.openbsd.org 2002/05/13 20:44:58
[openssh.git] / packet.h
index 4caca34c888c43762b66a2c965825992c00f387f..151ca74a10f7e00587c028223fb32baadb9bc899 100644 (file)
--- a/packet.h
+++ b/packet.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: packet.h,v 1.34 2002/03/18 17:16:38 markus Exp $      */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -11,8 +13,6 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: packet.h,v 1.32 2001/12/28 14:50:54 markus Exp $"); */
-
 #ifndef PACKET_H
 #define PACKET_H
 
@@ -56,6 +56,16 @@ void *packet_get_string(u_int *length_ptr);
 void     packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2)));
 void     packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2)));
 
+void    set_newkeys(int mode);
+int     packet_get_keyiv_len(int);
+void    packet_get_keyiv(int, u_char *, u_int);
+int     packet_get_keycontext(int, u_char *);
+void    packet_set_keycontext(int, u_char *);
+u_int32_t packet_get_seqnr(int);
+void    packet_set_seqnr(int, u_int32_t);
+int     packet_get_ssh1_cipher(void);
+void    packet_set_iv(int, u_char *);
+
 void     packet_write_poll(void);
 void     packet_write_wait(void);
 int      packet_have_data_to_write(void);
This page took 0.068074 seconds and 4 git commands to generate.