Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c164 int e_socktype; member
639 if (ex->e_socktype == ANY) in android_getaddrinfofornetcontext()
643 if (pai->ai_socktype == ex->e_socktype in android_getaddrinfofornetcontext()
689 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex))) in android_getaddrinfofornetcontext()
696 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
697 pai->ai_socktype = ex->e_socktype; in android_getaddrinfofornetcontext()
747 if (!MATCH(pai->ai_socktype, ex->e_socktype, in android_getaddrinfofornetcontext()
756 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
757 pai->ai_socktype = ex->e_socktype; in android_getaddrinfofornetcontext()