Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgetaddrinfo.cpp93 #define WILD_SOCKTYPE(ex) ((ex).e_wild & 0x02) macro
358 if (!MATCH(ai.ai_socktype, ex.e_socktype, WILD_SOCKTYPE(ex))) continue; in android_getaddrinfofornetcontext()
403 if (!MATCH(ai.ai_socktype, ex.e_socktype, WILD_SOCKTYPE(ex))) { in android_getaddrinfofornetcontext()