Searched refs:NS_GET16 (Results 1 – 8 of 8) sorted by relevance
/resolv/ |
A D | ns_parse.c | 79 NS_GET16(rdlength, ptr); in ns_skiprr() 99 NS_GET16(handle->_id, msg); in libresolv_hidden_def() 102 NS_GET16(handle->_flags, msg); in libresolv_hidden_def() 106 NS_GET16(handle->_counts[i], msg); in libresolv_hidden_def() 164 NS_GET16(rr->type, handle->_msg_ptr); in libresolv_hidden_def() 165 NS_GET16(rr->rr_class, handle->_msg_ptr); in libresolv_hidden_def() 174 NS_GET16(rr->rdlength, handle->_msg_ptr); in libresolv_hidden_def()
|
A D | res_nameinquery.c | 107 NS_GET16 (ttype, cp); in __libc_res_nameinquery() 108 NS_GET16 (tclass, cp); in __libc_res_nameinquery()
|
A D | res_queriesmatch.c | 122 NS_GET16 (ttype, cp); in __libc_res_queriesmatch() 123 NS_GET16 (tclass, cp); in __libc_res_queriesmatch()
|
A D | ns_netint.c | 29 NS_GET16(dst, src); in ns_get16()
|
/resolv/nss_dns/ |
A D | dns-canon.c | 122 NS_GET16 (type, ptr); in _nss_dns_getcanonname_r() 152 NS_GET16 (rrclass, ptr); in _nss_dns_getcanonname_r() 161 NS_GET16 (rdatalen, ptr); in _nss_dns_getcanonname_r()
|
A D | dns-host.c | 777 NS_GET16 (type, cp); in getanswer_r() 778 NS_GET16 (class, cp); in getanswer_r() 781 NS_GET16 (n, cp); /* RDATA length. */ in getanswer_r() 1111 NS_GET16 (type, cp); in gaih_getanswer_slice() 1113 NS_GET16 (class, cp); in gaih_getanswer_slice() 1116 NS_GET16 (n, cp); /* RDATA length. */ in gaih_getanswer_slice()
|
/resolv/arpa/ |
A D | nameser_compat.h | 215 #define GETSHORT NS_GET16
|
A D | nameser.h | 362 #define NS_GET16(s, cp) do { \ macro
|
Completed in 17 milliseconds