Searched refs:NS_GET16 (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/network/ |
D | ns_parse.c | 57 NS_GET16(handle->_id, msg); in ns_initparse() 58 NS_GET16(handle->_flags, msg); in ns_initparse() 59 for (i = 0; i < ns_s_max; i++) NS_GET16(handle->_counts[i], msg); in ns_initparse() 93 NS_GET16(r, p); in ns_skiprr() 130 NS_GET16(rr->type, handle->_msg_ptr); in ns_parserr() 131 NS_GET16(rr->rr_class, handle->_msg_ptr); in ns_parserr() 135 NS_GET16(rr->rdlength, handle->_msg_ptr); in ns_parserr()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2)) macro 446 #define GETSHORT NS_GET16
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2)) macro 446 #define GETSHORT NS_GET16
|
/third_party/musl/include/arpa/ |
D | nameser.h | 306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2)) macro 446 #define GETSHORT NS_GET16
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2)) macro 446 #define GETSHORT NS_GET16
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2)) macro 446 #define GETSHORT NS_GET16
|