Lines Matching refs:u_int
32 void packet_set_encryption_key(const u_char *, u_int, int);
33 u_int packet_get_encryption_key(u_char *);
34 void packet_set_protocol_flags(u_int);
35 u_int packet_get_protocol_flags(void);
44 void packet_put_int(u_int value);
51 void packet_put_string(const void *buf, u_int len);
53 void packet_put_raw(const void *buf, u_int len);
59 void packet_process_incoming(const char *buf, u_int len);
63 u_int packet_get_char(void);
64 u_int packet_get_int(void);
71 void *packet_get_raw(u_int *length_ptr);
72 void *packet_get_string(u_int *length_ptr);
73 char *packet_get_cstring(u_int *length_ptr);
74 void *packet_get_string_ptr(u_int *length_ptr);
80 void packet_get_keyiv(int, u_char *, u_int);
104 int packet_set_maxsize(u_int);
105 u_int packet_get_maxsize(void);