Lines Matching refs:u_int
38 void packet_set_packet(const void *buf, u_int len);
47 void packet_set_encryption_key(const u_char *, u_int, int);
48 u_int packet_get_encryption_key(u_char *);
49 void packet_set_protocol_flags(u_int);
50 u_int packet_get_protocol_flags(void);
57 void packet_put_int(u_int value);
60 void packet_put_string(const void *buf, u_int len);
62 void packet_put_raw(const void *buf, u_int len);
71 void packet_process_incoming(const char *buf, u_int len);
75 u_int packet_get_char(void);
76 u_int packet_get_int(void);
79 void *packet_get_raw(u_int *length_ptr);
80 void *packet_get_string(u_int *length_ptr);