Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c163 int e_socktype; member
644 if (ex->e_socktype == ANY) in android_getaddrinfofornetcontext()
648 if (pai->ai_socktype == ex->e_socktype in android_getaddrinfofornetcontext()
694 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) in android_getaddrinfofornetcontext()
701 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
702 pai->ai_socktype = ex->e_socktype; in android_getaddrinfofornetcontext()
752 if (!MATCH(pai->ai_socktype, ex->e_socktype, in android_getaddrinfofornetcontext()
761 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
762 pai->ai_socktype = ex->e_socktype; in android_getaddrinfofornetcontext()