Searched refs:ns_put32 (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 309 #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4) 314 void ns_put32(unsigned long, unsigned char *);
|
/third_party/musl/include/arpa/ |
D | nameser.h | 309 #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/ |
D | nameser.h | 309 #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/ |
D | nameser.h | 309 #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/ |
D | nameser.h | 309 #define NS_PUT32(l, cp) ns_put32((l), ((cp)+=4)-4) 314 void ns_put32(unsigned long, unsigned char *);
|
/third_party/musl/src/network/ |
D | ns_parse.c | 42 void ns_put32(unsigned long l, unsigned char *cp) in ns_put32() function
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | ns_parse.c | 108 ns_put32(ret, to); in ns_put32_0100()
|
/third_party/musl/ |
D | libc.map.txt | 1203 ns_put32;
|