Lines Matching refs:ANY
122 #define ANY 0 macro
175 { PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
180 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
184 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
187 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 },
313 ((x) == (y) || (/*CONSTCOND*/(w) && ((x) == ANY || (y) == ANY)))
603 pai->ai_socktype = ANY; in android_getaddrinfofornetcontext()
604 pai->ai_protocol = ANY; in android_getaddrinfofornetcontext()
635 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) { in android_getaddrinfofornetcontext()
639 if (ex->e_socktype == ANY) in android_getaddrinfofornetcontext()
641 if (ex->e_protocol == ANY) in android_getaddrinfofornetcontext()
696 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
698 if (pai->ai_protocol == ANY && ex->e_protocol != ANY) in android_getaddrinfofornetcontext()
756 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfofornetcontext()
758 if (pai->ai_protocol == ANY && ex->e_protocol != ANY) in android_getaddrinfofornetcontext()
1166 case ANY: in get_port()