Home
last modified time | relevance | path

Searched refs:dns_parse_callback (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
Dgetnameinfo.c111 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/
Dgetnameinfo.c111 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()
Dlookup_name.c110 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()