Searched refs:dns_parse_callback (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getnameinfo.c | 111 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() function 164 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()
|
/third_party/musl/src/network/ |
D | getnameinfo.c | 111 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() function 164 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()
|
D | lookup_name.c | 110 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() function 164 __dns_parse(abuf[i], alens[i], dns_parse_callback, &ctx); in name_from_dns()
|