Searched refs:af (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_private.h9 int af; member in struct:__res_state_ext::sort_list
/bionic/libc/dns/
H A Dgethnamaddr.c517 gethostbyname2(const char *name, int af) argument
519 return android_gethostbynamefornet(name, af, NETID_UNSET, MARK_UNSET);
523 android_gethostbynamefornet(const char *name, int af, unsigned netid, unsigned mark) argument
530 hp = gethostbyname_internal(name, af, res, netid, mark);
626 gethostbyname_internal_real(const char *name, int af, res_state res) argument
642 switch (af) {
655 rs->host.h_addrtype = af;
680 if (inet_pton(af, name,
714 if (inet_pton(af, name,
739 default_dns_files, name, strlen(name), af) !
749 gethostbyname_internal(const char *name, int af, res_state res, unsigned netid, unsigned mark) argument
790 android_gethostbyaddrfornet_proxy(const void *addr, socklen_t len, int af, unsigned netid) argument
822 android_gethostbyaddrfornet_real(const void *addr, socklen_t len, int af, unsigned netid, unsigned mark) argument
878 android_gethostbyaddrfornet(const void *addr, socklen_t len, int af, unsigned netid, unsigned mark) argument
890 gethostbyaddr(const void *addr, socklen_t len, int af) argument
925 int af, len; local
1002 int af; local
1034 _gethtbyname2(const char *name, int af) argument
1129 int len, af; local
1264 int af; local
1325 int len, af, advance; local
[all...]
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_pton.c37 * inet_pton(af, src, dst)
48 inet_pton(int af, const char *src, void *dst) argument
50 switch (af) {
H A Dinet_ntop.c38 * inet_ntop(af, src, dst, size)
46 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
48 switch (af) {
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1233 find_afd(int af) argument
1237 if (af == PF_UNSPEC)
1240 if (afd->a_af == af)

Completed in 116 milliseconds