Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/arpa/
Dnameser.h309 #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4)
314 void ns_put32(unsigned long, unsigned char *);
/third_party/musl/include/arpa/
Dnameser.h309 #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4)
314 void ns_put32(unsigned long, unsigned char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h309 #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4)
314 void ns_put32(unsigned long, unsigned char *);
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h309 #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4)
314 void ns_put32(unsigned long, unsigned char *);
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h309 #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4)
314 void ns_put32(unsigned long, unsigned char *);
/third_party/musl/src/network/
Dns_parse.c42 void ns_put32(unsigned long l, unsigned char *cp) in ns_put32() function
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dns_parse.c108 ns_put32(ret, to); in ns_put32_0100()
/third_party/musl/
Dlibc.map.txt1203 ns_put32;