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() function501 curr->type = _getshort(*cp); in parse_dns_qsection()506 curr->class = _getshort(*cp); in parse_dns_qsection()561 curr->type = _getshort(*cp); in parse_dns_rrsection()566 curr->class = _getshort(*cp); in parse_dns_rrsection()576 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
219 type = _getshort(cp); in gethostanswer()221 class = _getshort(cp); in gethostanswer()226 n = _getshort(cp); in gethostanswer()
2056 type = _getshort(cp); in getanswer()2058 class = _getshort(cp); in getanswer()2060 n = _getshort(cp); in getanswer()
429 u_int16_t _getshort(const u_char *);
2015 # define GETSHORT _getshort
4968 AC_CHECK_FUNCS([_getshort _getlong])4969 AC_CHECK_DECLS([_getshort, _getlong], , ,
1277 fun:_getshort=uninstrumented