Searched refs:buffer_get_string_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dbuffer.h71 const void *buffer_get_string_ptr(Buffer *, u_int *);
76 #define buffer_skip_string(b) (void)buffer_get_string_ptr(b, NULL);
H A Dbufaux.c193 buffer_get_string_ptr(Buffer *buffer, u_int *length_ptr) function
H A Dssh_namespace.h100 #define buffer_get_string_ptr Fssh_buffer_get_string_ptr macro
H A Dmux.c1546 ptr = buffer_get_string_ptr(&queue, &have);

Completed in 127 milliseconds