Home
last modified time | relevance | path

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

/bionic/libc/netbsd/
Dgethnamaddr.c505 gethostbyname2(const char *name, int af) in gethostbyname2()
518 gethostbyname_internal(const char *name, int af, res_state res) in gethostbyname_internal()
641 socklen_t len, int af) in gethostbyaddr()
724 int af, len; in _gethtent() local
801 int af; in _gethtbyname() local
833 _gethtbyname2(const char *name, int af) in _gethtbyname2()
928 int len, af; in _gethtbyaddr() local
1063 int af; in _dns_gethtbyname() local
1124 int len, af, advance; in _dns_gethtbyaddr() local
/bionic/libc/netbsd/resolv/
Dres_private.h9 int af; member
/bionic/libc/inet/
Dinet_ntop.c46 inet_ntop(int af, const void *src, char *dst, size_t size) in inet_ntop()
Dinet_pton.c48 inet_pton(int af, const char *src, void *dst) in inet_pton()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1028 find_afd(int af) in find_afd()