Lines Matching refs:ANY
119 #define ANY 0 macro
174 { PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
179 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
183 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
186 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 },
312 ((x) == (y) || (/*CONSTCOND*/(w) && ((x) == ANY || (y) == ANY)))
608 pai->ai_socktype = ANY; in android_getaddrinfofornetcontext()
609 pai->ai_protocol = ANY; in android_getaddrinfofornetcontext()
640 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) { in android_getaddrinfofornetcontext()
644 if (ex->e_socktype == ANY) in android_getaddrinfofornetcontext()
646 if (ex->e_protocol == ANY) in android_getaddrinfofornetcontext()
701 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
703 if (pai->ai_protocol == ANY && ex->e_protocol != ANY) in android_getaddrinfofornetcontext()
761 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
763 if (pai->ai_protocol == ANY && ex->e_protocol != ANY) in android_getaddrinfofornetcontext()
1171 case ANY: in get_port()