Home
last modified time | relevance | path

Searched refs:__dns_parse (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/network/
H A Ddns_parse.c4 int __dns_parse(const unsigned char *r, int rlen, int (*callback)(void *, int, const void *, int, const void *, int), void *ctx) in __dns_parse() function
H A Dlookup.h74 hidden int __dns_parse(const unsigned char *, int, int (*)(void *, int, const void *, int, const void *, int), void *);
H A Dgetnameinfo.c191 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()
H A Dlookup_name.c287 __dns_parse(abuf[i], alens[i], dns_parse_callback, &ctx); in name_from_dns()
/third_party/musl/porting/linux/user/src/network/
H A Dlookup.h71 hidden int __dns_parse(const unsigned char *, int, int (*)(void *, int, const void *, int, const void *), void *);
H A Dgetnameinfo.c189 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()
H A Dlookup_name.c242 __dns_parse(abuf[i], alens[i], dns_parse_callback, &ctx); in name_from_dns()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c165 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()

Completed in 9 milliseconds