Searched defs:_getshort (Results 1 – 2 of 2) sorted by relevance
125 # define _getshort(x) (_ssh_compat_getshort(x)) macro131 _getshort(const u_char *msgp) in _getshort() function
258 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort() function