Lines Matching refs:ANY
64 #define ANY 0 macro
100 {PF_INET6, SOCK_RAW, ANY, 0x05},
103 {PF_INET, SOCK_RAW, ANY, 0x05},
106 {PF_UNSPEC, SOCK_RAW, ANY, 0x05},
196 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY)))
288 .ai_socktype = ANY, in android_getaddrinfofornetcontext()
289 .ai_protocol = ANY, in android_getaddrinfofornetcontext()
324 if (ai.ai_socktype != ANY && ai.ai_protocol != ANY) { in android_getaddrinfofornetcontext()
327 if (ex.e_socktype == ANY) continue; in android_getaddrinfofornetcontext()
328 if (ex.e_protocol == ANY) continue; in android_getaddrinfofornetcontext()
363 if (tmp.ai_socktype == ANY && ex.e_socktype != ANY) tmp.ai_socktype = ex.e_socktype; in android_getaddrinfofornetcontext()
364 if (tmp.ai_protocol == ANY && ex.e_protocol != ANY) tmp.ai_protocol = ex.e_protocol; in android_getaddrinfofornetcontext()
411 if (tmp.ai_socktype == ANY && ex.e_socktype != ANY) tmp.ai_socktype = ex.e_socktype; in android_getaddrinfofornetcontext()
412 if (tmp.ai_protocol == ANY && ex.e_protocol != ANY) tmp.ai_protocol = ex.e_protocol; in android_getaddrinfofornetcontext()
713 case ANY: in get_port()