Searched refs:_getshort (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_debug.c | 147 fprintf(file, ", type = %s", p_type(_getshort(cp))); 150 p_class(_getshort(cp))); 225 fprintf(file, "\n\ttype = %s", p_type(type = _getshort(cp))); 227 fprintf(file, ", class = %s", p_class(class = _getshort(cp))); 231 fprintf(file, ", dlen = %d\n", dlen = _getshort(cp)); 304 fprintf(file, "\tpreference = %ld,", _getshort(cp));
|
H A D | res_gethost.c | 142 type = _getshort(cp); 144 class = _getshort(cp); 146 n = _getshort(cp);
|
H A D | mapfile-vers | 57 _getshort;
|
H A D | res_comp.c | 299 _getshort(msgp) in _getshort() function
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdxbyname.c | 165 type = _getshort( p ); in decode_answer() 167 class = _getshort( p ); in decode_answer() 170 rr_len = _getshort( p ); in decode_answer()
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_resolv.h | 22 u_int16_t _getshort __P((const uchar_t *));
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | rlib.h | 64 extern u_int16_t _getshort(register const u_char *msgp);
|
/illumos-gate/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 204 extern u_short _getshort();
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_comp.c | 278 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort() function
|
/illumos-gate/usr/src/lib/libresolv2/common/ |
H A D | mapfile-vers | 79 _getshort;
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1977 # define GETSHORT _getshort
|