Searched refs:_getshort (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_debug.c | 145 fprintf(file, ", type = %s", p_type(_getshort(cp))); 148 p_class(_getshort(cp))); 222 fprintf(file, "\n\ttype = %s", p_type(type = _getshort(cp))); 224 fprintf(file, ", class = %s", p_class(class = _getshort(cp))); 228 fprintf(file, ", dlen = %d\n", dlen = _getshort(cp)); 301 fprintf(file, "\tpreference = %ld,", _getshort(cp));
|
H A D | res_gethost.c | 139 type = _getshort(cp); 141 class = _getshort(cp); 143 n = _getshort(cp);
|
H A D | mapfile-vers | 57 _getshort;
|
H A D | res_comp.c | 301 _getshort(msgp) in _getshort() function
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdxbyname.c | 167 type = _getshort( p ); in decode_answer() 169 class = _getshort( p ); in decode_answer() 172 rr_len = _getshort( p ); in decode_answer()
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | port_resolv.h | 22 u_int16_t _getshort __P((const uchar_t *));
|
/titanic_41/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 206 extern u_short _getshort();
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_comp.c | 283 u_int16_t _getshort(const u_char *src) { return (ns_get16(src)); } in _getshort() function
|
/titanic_41/usr/src/lib/libresolv2/common/ |
H A D | llib-lresolv | 31 uint16_t _getshort(const u_char *);
|
H A D | mapfile-vers | 78 _getshort;
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1977 # define GETSHORT _getshort
|