Home
last modified time | relevance | path

Searched defs:af (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/net/
Dgethnamaddr.c544 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname2_r()
699 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real()
817 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal()
851 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r()
864 android_gethostbyaddrfornet_real(const void *addr, socklen_t len, int af, struct hostent *hp, in android_gethostbyaddrfornet_real()
924 android_gethostbyaddrfornet_proxy_internal(const void* addr, socklen_t len, int af, in android_gethostbyaddrfornet_proxy_internal()
964 int af, len; in netbsd_gethostent_r() local
1343 _yp_hostent(char *line, int af, struct getnamaddr *info) in _yp_hostent()
1476 int af; in _yp_gethtbyaddr() local
1527 int af; in _yp_gethtbyname() local
[all …]
Dsethostent.c93 int af; in _hf_gethtbyname() local
128 _hf_gethtbyname2(const char *name, int af, struct getnamaddr *info) in _hf_gethtbyname2()
Dgetaddrinfo.c1224 find_afd(int af) in find_afd()
/bionic/libc/dns/resolv/
Dres_private.h9 int af; member
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c46 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
Dinet_pton.c48 inet_pton(int af, const char *src, void *dst) in inet_pton()