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

/bionic/libc/netbsd/nameser/
H A Dns_netint.c39 NS_GET16(dst, src);
H A Dns_parse.c93 NS_GET16(rdlength, ptr);
112 NS_GET16(handle->_id, msg);
115 NS_GET16(handle->_flags, msg);
119 NS_GET16(handle->_counts[i], msg);
174 NS_GET16(rr->type, handle->_msg_ptr);
175 NS_GET16(rr->rr_class, handle->_msg_ptr);
184 NS_GET16(rr->rdlength, handle->_msg_ptr);
/bionic/libc/private/
H A Darpa_nameser_compat.h231 #define GETSHORT NS_GET16
H A Darpa_nameser.h433 #define NS_GET16(s, cp) do { \ macro

Completed in 7 milliseconds