Home
last modified time | relevance | path

Searched refs:buffer_get_short_ret (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dbufaux.h63 int buffer_get_short_ret(u_short *, Buffer *);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dbufaux.c223 buffer_get_short_ret(u_short *ret, Buffer *buffer) in buffer_get_short_ret() function
238 if (buffer_get_short_ret(&ret, buffer) == -1) in buffer_get_short()