Home
last modified time | relevance | path

Searched refs:ns_get16 (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dns_parse.c62 unsigned int ret = ns_get16(cp); in ns_get16_0100()
90 unsigned int ret = ns_get16(from); in ns_put16_0100()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2))
311 unsigned ns_get16(const unsigned char *);
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2))
311 unsigned ns_get16(const unsigned char *);
/third_party/musl/include/arpa/
Dnameser.h306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2))
311 unsigned ns_get16(const unsigned char *);
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2))
311 unsigned ns_get16(const unsigned char *);
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h306 #define NS_GET16(s, cp) (void)((s) = ns_get16(((cp)+=2)-2))
311 unsigned ns_get16(const unsigned char *);
/third_party/musl/src/network/
Dns_parse.c26 unsigned ns_get16(const unsigned char *cp) in ns_get16() function
/third_party/musl/
Dlibc.map.txt1212 ns_get16;