Searched refs:_getshort (Results 1 – 9 of 9) sorted by relevance
119 # ifdef _getshort120 # undef _getshort125 # define _getshort(x) (_ssh_compat_getshort(x)) macro131 _getshort(const u_char *msgp) in _getshort() function500 curr->type = _getshort(*cp); in parse_dns_qsection()505 curr->class = _getshort(*cp); in parse_dns_qsection()560 curr->type = _getshort(*cp); in parse_dns_rrsection()565 curr->class = _getshort(*cp); in parse_dns_rrsection()575 curr->size = _getshort(*cp); in parse_dns_rrsection()
16 _getshort;
258 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort() function
217 type = _getshort(cp); in gethostanswer()219 class = _getshort(cp); in gethostanswer()224 n = _getshort(cp); in gethostanswer()
2056 type = _getshort(cp); in getanswer()2058 class = _getshort(cp); in getanswer()2060 n = _getshort(cp); in getanswer()
430 u_int16_t _getshort(const u_char *);
2015 # define GETSHORT _getshort
4710 AC_CHECK_FUNCS([_getshort _getlong])4711 AC_CHECK_DECLS([_getshort, _getlong], , ,
1277 fun:_getshort=uninstrumented