Home
last modified time | relevance | path

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

/bionic/libc/netbsd/net/
Dgetaddrinfo.c160 int e_socktype; member
641 if (ex->e_socktype == ANY) in android_getaddrinfoforiface()
645 if (pai->ai_socktype == ex->e_socktype in android_getaddrinfoforiface()
691 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) in android_getaddrinfoforiface()
698 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfoforiface()
699 pai->ai_socktype = ex->e_socktype; in android_getaddrinfoforiface()
749 if (!MATCH(pai->ai_socktype, ex->e_socktype, in android_getaddrinfoforiface()
758 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfoforiface()
759 pai->ai_socktype = ex->e_socktype; in android_getaddrinfoforiface()