Searched defs:_getlong (Results 1 – 2 of 2) sorted by relevance
126 # define _getlong(x) (_ssh_compat_getlong(x)) macro140 _getlong(const u_char *msgp) in _getlong() function
257 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); } in _getlong() function