[go: nahoru, domu]

Searched refs:NS_GET16 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/dns/nameser/
H A Dns_netint.c39 NS_GET16(dst, src);
H A Dns_parse.c94 NS_GET16(rdlength, ptr);
113 NS_GET16(handle->_id, msg);
116 NS_GET16(handle->_flags, msg);
120 NS_GET16(handle->_counts[i], msg);
177 NS_GET16(rr->type, handle->_msg_ptr);
178 NS_GET16(rr->rr_class, handle->_msg_ptr);
187 NS_GET16(rr->rdlength, handle->_msg_ptr);
240 NS_GET16(rr->type, handle->_msg_ptr);
241 NS_GET16(rr->rr_class, handle->_msg_ptr);
250 NS_GET16(r
[all...]
/bionic/libc/include/arpa/
H A Dnameser_compat.h186 #define GETSHORT NS_GET16
H A Dnameser.h485 #define NS_GET16(s, cp) do { \ macro

Completed in 7 milliseconds