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

/freebsd-9.3-release/lib/libc/resolv/
H A DSymbol.map20 _getshort;
H A Dres_comp.c264 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } function
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c118 _getshort(msgp) function
127 u_int16_t _getshort(register const u_char *);
482 curr->type = _getshort(*cp);
486 curr->class = _getshort(*cp);
529 curr->type = _getshort(*cp);
533 curr->class = _getshort(*cp);
541 curr->size = _getshort(*cp);
/freebsd-9.3-release/lib/libc/net/
H A Dgethostbydns.c226 type = _getshort(cp);
228 class = _getshort(cp);
233 n = _getshort(cp);
H A Dgetaddrinfo.c1988 type = _getshort(cp);
1990 class = _getshort(cp);
1992 n = _getshort(cp);
/freebsd-9.3-release/include/
H A Dresolv.h426 u_int16_t _getshort(const u_char *);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h41 extern u_short _getshort(/* ??? */);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h1988 # define GETSHORT _getshort
/freebsd-9.3-release/crypto/openssh/
H A Dconfigure16388 for ac_func in _getshort _getlong
16400 ac_fn_c_check_decl "$LINENO" "_getshort" "ac_cv_have_decl__getshort" "#include <sys/types.h>

Completed in 266 milliseconds