Searched refs:RES_USE_INET6 (Results 1 – 14 of 14) sorted by relevance
61 # ifdef RES_USE_INET667 resv6 = bitset(RES_USE_INET6, _res.options);68 _res.options |= RES_USE_INET6;73 # ifdef RES_USE_INET675 _res.options &= ~RES_USE_INET6;
190 if (gethostent_p(&he, hed, statp->options & RES_USE_INET6, statp) != 0) in gethostent_r()252 statp->options & RES_USE_INET6) { in _ht_gethostbyname()316 statp->options & RES_USE_INET6) { in _ht_gethostbyaddr()
335 if (statp->options & RES_USE_INET6) { in gethostanswer()419 if (statp->options & RES_USE_INET6) in gethostanswer()694 if (af == AF_INET && (statp->options & RES_USE_INET6)) { in _dns_gethostbyaddr()
175 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in host_id_func()451 if (af == AF_INET && (statp->options & RES_USE_INET6) != 0U) { in fakeaddr()494 if (statp->options & RES_USE_INET6) { in gethostbyname_r()
106 if (statp->options & RES_USE_INET6) { in _gethostbynis()
281 statp->options &= ~RES_USE_INET6; in getipnodebyname()376 statp->options &= ~RES_USE_INET6; in getipnodebyaddr()
1749 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in addrinfo_id_func()
241 #define RES_USE_INET6 0x00002000 /*%< use/map IPv6 in gethostbyname() */ macro
962 statp->options |= RES_USE_INET6; in run_tests()964 statp->options &= ~RES_USE_INET6; in run_tests()
4314 # ifdef RES_USE_INET64320 resv6 = bitset(RES_USE_INET6, _res.options);4321 _res.options |= RES_USE_INET6;4326 # ifdef RES_USE_INET64328 _res.options &= ~RES_USE_INET6;
2829 # ifdef RES_USE_INET62830 { "use_inet6", RES_USE_INET6 },
671 case RES_USE_INET6: return "inet6"; in p_option()
660 statp->options |= RES_USE_INET6; in res_setoptions()
3286 RES_USE_INET6 resolver option. Based on patch from Rick