Searched refs:AI_ALL (Results 1 – 25 of 35) sorted by relevance
12
81 #undef AI_ALL94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
57 hint.ai_flags = AI_ALL; in getaddrinfo_0200()192 hint.ai_flags = AI_ALL; in getaddrinfo_1000()
260 const { AI_ADDRCONFIG, AI_ALL, AI_V4MAPPED } = lazyBinding();261 if ((hints & ~(AI_ADDRCONFIG | AI_ALL | AI_V4MAPPED)) !== 0) {
87 #define AI_ALL 0x20 macro
31 #define AI_ALL 0x10 macro
54 C(AI_ALL) in f()
48 #define AI_ALL 0x10 macro
102 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL; in get_session()
1545 AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV | AI_ALL, in get_session()
37 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo()
413 if (!(flags & AI_ALL)) { in lookup_name_ext()
64 hint.ai_flags = AI_ALL; // Find IPv4 and IPV6 in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
314 ALL: cares.AI_ALL,
122 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
412 if (!(flags & AI_ALL)) { in lookup_name_ext()
134 AI_V4MAPPED | AI_ALL | AI_ADDRCONFIG | AI_NUMERICSERV; in getaddrinfo_ext()
48 #ifndef AI_ALL49 # define AI_ALL 0 macro1904 Integer::New(env->isolate(), AI_ALL)).Check(); in Initialize()
63 AI_ALL
62 AI_ALL
55 AI_ALL
467 pub const AI_ALL: ::c_int = 0x0010; constant