Home
last modified time | relevance | path

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

/external/trusty/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.c106 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet) in dns_parse_callback() function
160 __dns_parse(abuf[i], alens[i], dns_parse_callback, &ctx); in name_from_dns()
/external/musl/src/network/
Dgetnameinfo.c112 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet, int p… in dns_parse_callback() function
167 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()
Dlookup_name.c114 static int dns_parse_callback(void *c, int rr, const void *data, int len, const void *packet, int p… in dns_parse_callback() function
183 __dns_parse(abuf[i], alens[i], dns_parse_callback, &ctx); in name_from_dns()