Home
last modified time | relevance | path

Searched refs:_getshort (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDgetrrsetbyname.c119 # ifdef _getshort
120 # undef _getshort
125 # define _getshort(x) (_ssh_compat_getshort(x)) macro
131 _getshort(const u_char *msgp) in _getshort() function
501 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()
/freebsd-13-stable/lib/libc/resolv/
HDSymbol.map19 _getshort;
HDres_comp.c263 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort() function
/freebsd-13-stable/lib/libc/net/
HDgethostbydns.c222 type = _getshort(cp); in gethostanswer()
224 class = _getshort(cp); in gethostanswer()
229 n = _getshort(cp); in gethostanswer()
HDgetaddrinfo.c2057 type = _getshort(cp); in getanswer()
2059 class = _getshort(cp); in getanswer()
2061 n = _getshort(cp); in getanswer()
/freebsd-13-stable/include/
HDresolv.h431 u_int16_t _getshort(const u_char *);
/freebsd-13-stable/contrib/sendmail/include/sm/
HDconf.h2015 # define GETSHORT _getshort
/freebsd-13-stable/crypto/openssh/
HDconfigure.ac4734 AC_CHECK_FUNCS([_getshort _getlong])
4735 AC_CHECK_DECLS([_getshort, _getlong], , ,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1277 fun:_getshort=uninstrumented