Searched defs:af (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 544 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 …]
|
D | sethostent.c | 93 int af; in _hf_gethtbyname() local 128 _hf_gethtbyname2(const char *name, int af, struct getnamaddr *info) in _hf_gethtbyname2()
|
D | getaddrinfo.c | 1224 find_afd(int af) in find_afd()
|
/bionic/libc/dns/resolv/ |
D | res_private.h | 9 int af; member
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_ntop.c | 46 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
|
D | inet_pton.c | 48 inet_pton(int af, const char *src, void *dst) in inet_pton()
|