Lines Matching refs:ANY
118 #define ANY 0 macro
171 { PF_LOCAL, 0, ANY, ANY, NULL, 0x01 },
176 { PF_INET6, SOCK_RAW, ANY, NULL, 0x05 },
180 { PF_INET, SOCK_RAW, ANY, NULL, 0x05 },
183 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 },
308 ((x) == (y) || (/*CONSTCOND*/(w) && ((x) == ANY || (y) == ANY)))
605 pai->ai_socktype = ANY; in android_getaddrinfoforiface()
606 pai->ai_protocol = ANY; in android_getaddrinfoforiface()
637 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) { in android_getaddrinfoforiface()
641 if (ex->e_socktype == ANY) in android_getaddrinfoforiface()
643 if (ex->e_protocol == ANY) in android_getaddrinfoforiface()
698 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfoforiface()
700 if (pai->ai_protocol == ANY && ex->e_protocol != ANY) in android_getaddrinfoforiface()
758 if (pai->ai_socktype == ANY && ex->e_socktype != ANY) in android_getaddrinfoforiface()
760 if (pai->ai_protocol == ANY && ex->e_protocol != ANY) in android_getaddrinfoforiface()
1167 case ANY: in get_port()