Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dgetput.h42 #define GET_16BIT(cp) (((u_long)(u_char)(cp)[0] << 8) | \ macro
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dbufaux.c109 bits = GET_16BIT(buf); in buffer_get_bignum_ret()
229 *ret = GET_16BIT(buf); in buffer_get_short_ret()