Lines Matching refs:ANY
69 #define ANY 0 macro
107 {PF_INET6, SOCK_RAW, ANY, 0x05},
110 {PF_INET, SOCK_RAW, ANY, 0x05},
113 {PF_UNSPEC, SOCK_RAW, ANY, 0x05},
199 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY)))
299 case ANY: in validateHints()
305 if (hints->ai_socktype == ANY || hints->ai_protocol == ANY) return 0; in validateHints()
310 if (ex.e_socktype == ANY) continue; in validateHints()
311 if (ex.e_protocol == ANY) continue; in validateHints()
368 if (tmp.ai_socktype == ANY && ex.e_socktype != ANY) tmp.ai_socktype = ex.e_socktype; in android_getaddrinfofornetcontext()
369 if (tmp.ai_protocol == ANY && ex.e_protocol != ANY) tmp.ai_protocol = ex.e_protocol; in android_getaddrinfofornetcontext()
441 if (tmp.ai_socktype == ANY && ex.e_socktype != ANY) tmp.ai_socktype = ex.e_socktype; in resolv_getaddrinfo()
442 if (tmp.ai_protocol == ANY && ex.e_protocol != ANY) tmp.ai_protocol = ex.e_protocol; in resolv_getaddrinfo()
734 case ANY: in get_port()