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()
19 _getshort;
263 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort() function
222 type = _getshort(cp); in gethostanswer()224 class = _getshort(cp); in gethostanswer()229 n = _getshort(cp); in gethostanswer()
2057 type = _getshort(cp); in getanswer()2059 class = _getshort(cp); in getanswer()2061 n = _getshort(cp); in getanswer()
431 u_int16_t _getshort(const u_char *);
2015 # define GETSHORT _getshort
4734 AC_CHECK_FUNCS([_getshort _getlong])4735 AC_CHECK_DECLS([_getshort, _getlong], , ,
1277 fun:_getshort=uninstrumented