Home
last modified time | relevance | path

Searched refs:ai_socktype (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Dnetdb.h116 int ai_socktype; /* SOCK_xxx */ member
/bionic/libc/netbsd/net/
Dgetaddrinfo.c472 hints == NULL ? -1 : hints->ai_socktype, in android_getaddrinfo_proxy()
615 pai->ai_socktype = ANY; in getaddrinfo()
647 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) { in getaddrinfo()
655 if (pai->ai_socktype == ex->e_socktype in getaddrinfo()
701 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) in getaddrinfo()
708 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in getaddrinfo()
709 pai->ai_socktype = ex->e_socktype; in getaddrinfo()
758 if (!MATCH(pai->ai_socktype, ex->e_socktype, in getaddrinfo()
767 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in getaddrinfo()
768 pai->ai_socktype = ex->e_socktype; in getaddrinfo()
[all …]
/bionic/libc/netbsd/resolv/
Dres_init.c364 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in __res_vinit()
468 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in __res_vinit()
Dres_cache.c1863 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in _resolv_set_nameservers_for_iface()
/bionic/libc/docs/
DCHANGES.TXT265 - getaddrinfo(): implementation will now allow numeric ports if ai_socktype is