Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgethnamaddr.c554 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname2_r()
675 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real()
792 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal()
824 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r()
833 android_gethostbyaddrfornetcontext_real(const void *addr, socklen_t len, int af, struct hostent *hp, in android_gethostbyaddrfornetcontext_real()
894 android_gethostbyaddrfornetcontext_proxy_internal(const void* addr, socklen_t len, int af, in android_gethostbyaddrfornetcontext_proxy_internal()
933 int af, len; in netbsd_gethostent_r() local
1310 _yp_hostent(char *line, int af, struct getnamaddr *info) in _yp_hostent()
1443 int af; in _yp_gethtbyaddr() local
1494 int af; in _yp_gethtbyname() local
[all …]
Dsethostent.c106 int af; in _hf_gethtbyname() local
142 _hf_gethtbyname2(const char *name, int af, struct getnamaddr *info) in _hf_gethtbyname2()
Dgetaddrinfo.c1229 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.c45 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
Dinet_pton.c47 inet_pton(int af, const char *src, void *dst) in inet_pton()