diff options
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -56,6 +56,13 @@ void *packet_get_string(u_int *length_ptr); | |||
56 | void packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2))); | 56 | void packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2))); |
57 | void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2))); | 57 | void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2))); |
58 | 58 | ||
59 | void set_newkeys(int mode); | ||
60 | void packet_get_keyiv(int, u_char *, u_int); | ||
61 | int packet_get_keycontext(int, u_char *); | ||
62 | void packet_set_keycontext(int, u_char *); | ||
63 | u_int32_t packet_get_seqnr(int); | ||
64 | void packet_set_seqnr(int, u_int32_t); | ||
65 | |||
59 | void packet_write_poll(void); | 66 | void packet_write_poll(void); |
60 | void packet_write_wait(void); | 67 | void packet_write_wait(void); |
61 | int packet_have_data_to_write(void); | 68 | int packet_have_data_to_write(void); |