Searched refs:dns_parse_callback (Results 1 – 4 of 4) sorted by relevance
/external/trusty/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 | 106 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/ |
D | getnameinfo.c | 112 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()
|
D | lookup_name.c | 114 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()
|