Home
last modified time | relevance | path

Searched refs:RES_USE_INET6 (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/sendmail/libmilter/
H A Dsm_gethost.c61 # ifdef RES_USE_INET6
67 resv6 = bitset(RES_USE_INET6, _res.options);
68 _res.options |= RES_USE_INET6;
73 # ifdef RES_USE_INET6
75 _res.options &= ~RES_USE_INET6;
/freebsd/lib/libc/net/
H A Dgethostbyht.c190 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()
H A Dgethostbydns.c335 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()
H A Dgethostnamadr.c175 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()
H A Dgethostbynis.c106 if (statp->options & RES_USE_INET6) { in _gethostbynis()
H A Dname6.c281 statp->options &= ~RES_USE_INET6; in getipnodebyname()
376 statp->options &= ~RES_USE_INET6; in getipnodebyaddr()
H A Dgetaddrinfo.c1749 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6); in addrinfo_id_func()
/freebsd/include/
H A Dresolv.h241 #define RES_USE_INET6 0x00002000 /*%< use/map IPv6 in gethostbyname() */ macro
/freebsd/lib/libc/tests/nss/
H A Dgethostby_test.c962 statp->options |= RES_USE_INET6; in run_tests()
964 statp->options &= ~RES_USE_INET6; in run_tests()
/freebsd/contrib/sendmail/src/
H A Dconf.c4314 # ifdef RES_USE_INET6
4320 resv6 = bitset(RES_USE_INET6, _res.options);
4321 _res.options |= RES_USE_INET6;
4326 # ifdef RES_USE_INET6
4328 _res.options &= ~RES_USE_INET6;
H A Dreadcf.c2829 # ifdef RES_USE_INET6
2830 { "use_inet6", RES_USE_INET6 },
/freebsd/lib/libc/resolv/
H A Dres_debug.c671 case RES_USE_INET6: return "inet6"; in p_option()
H A Dres_init.c660 statp->options |= RES_USE_INET6; in res_setoptions()
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES3286 RES_USE_INET6 resolver option. Based on patch from Rick