Home
last modified time | relevance | path

Searched defs:length_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/
HDbufaux.c125 buffer_get_string_ret(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ret()
141 buffer_get_string(Buffer *buffer, u_int *length_ptr) in buffer_get_string()
151 buffer_get_cstring_ret(Buffer *buffer, u_int *length_ptr) in buffer_get_cstring_ret()
167 buffer_get_cstring(Buffer *buffer, u_int *length_ptr) in buffer_get_cstring()
177 buffer_get_string_ptr_ret(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ptr_ret()
193 buffer_get_string_ptr(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ptr()
HDopacket.h97 #define packet_get_string(length_ptr) \ argument
99 #define packet_get_string_ptr(length_ptr) \ argument
101 #define packet_get_cstring(length_ptr) \ argument
HDopacket.c187 ssh_packet_get_string(struct ssh *ssh, u_int *length_ptr) in ssh_packet_get_string()
201 ssh_packet_get_string_ptr(struct ssh *ssh, u_int *length_ptr) in ssh_packet_get_string_ptr()
215 ssh_packet_get_cstring(struct ssh *ssh, u_int *length_ptr) in ssh_packet_get_cstring()