Lines Matching refs:ANY
70 #define ANY 0 macro
108 {PF_INET6, SOCK_RAW, ANY, 0x05},
111 {PF_INET, SOCK_RAW, ANY, 0x05},
114 {PF_UNSPEC, SOCK_RAW, ANY, 0x05},
200 #define MATCH(x, y, w) ((x) == (y) || ((w) && ((x) == ANY || (y) == ANY)))
300 case ANY: in validateHints()
306 if (hints->ai_socktype == ANY || hints->ai_protocol == ANY) return 0; in validateHints()
311 if (ex.e_socktype == ANY) continue; in validateHints()
312 if (ex.e_protocol == ANY) continue; in validateHints()
369 if (tmp.ai_socktype == ANY && ex.e_socktype != ANY) tmp.ai_socktype = ex.e_socktype; in android_getaddrinfofornetcontext()
370 if (tmp.ai_protocol == ANY && ex.e_protocol != ANY) tmp.ai_protocol = ex.e_protocol; in android_getaddrinfofornetcontext()
442 if (tmp.ai_socktype == ANY && ex.e_socktype != ANY) tmp.ai_socktype = ex.e_socktype; in resolv_getaddrinfo()
443 if (tmp.ai_protocol == ANY && ex.e_protocol != ANY) tmp.ai_protocol = ex.e_protocol; in resolv_getaddrinfo()
735 case ANY: in get_port()