Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dns_parse.c75 unsigned long ret = ns_get32(cp); in ns_get32_0100()
107 unsigned long ret = ns_get32(from); in ns_put32_0100()
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h307 #define NS_GET32(l, cp) (void)((l) = ns_get32(((cp)+=4)-4))
312 unsigned long ns_get32(const unsigned char *);
/third_party/musl/include/arpa/
Dnameser.h307 #define NS_GET32(l, cp) (void)((l) = ns_get32(((cp)+=4)-4))
312 unsigned long ns_get32(const unsigned char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h307 #define NS_GET32(l, cp) (void)((l) = ns_get32(((cp)+=4)-4))
312 unsigned long ns_get32(const unsigned char *);
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h307 #define NS_GET32(l, cp) (void)((l) = ns_get32(((cp)+=4)-4))
312 unsigned long ns_get32(const unsigned char *);
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h307 #define NS_GET32(l, cp) (void)((l) = ns_get32(((cp)+=4)-4))
312 unsigned long ns_get32(const unsigned char *);
/third_party/musl/src/network/
Dns_parse.c31 unsigned long ns_get32(const unsigned char *cp) in ns_get32() function
/third_party/musl/
Dlibc.map.txt1198 ns_get32;