Home
last modified time | relevance | path

Searched refs:buffer_get_string_ptr (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dbuffer.h69 void *buffer_get_string_ptr(Buffer *, u_int *);
Dbufaux.c202 buffer_get_string_ptr(Buffer *buffer, u_int *length_ptr) in buffer_get_string_ptr() function
Dpacket.c1541 return buffer_get_string_ptr(&active_state->incoming_packet, length_ptr); in packet_get_string_ptr()