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

/freebsd-10-stable/contrib/sendmail/libmilter/
H A Dsm_gethost.c58 resv6 = bitset(RES_USE_INET6, _res.options);
59 _res.options |= RES_USE_INET6;
64 _res.options &= ~RES_USE_INET6;
/freebsd-10-stable/lib/libc/net/
H A Dgethostbyht.c194 if (gethostent_p(&he, hed, statp->options & RES_USE_INET6, statp) != 0)
256 statp->options & RES_USE_INET6) {
320 statp->options & RES_USE_INET6) {
H A Dgethostbydns.c341 if (statp->options & RES_USE_INET6) {
425 if (statp->options & RES_USE_INET6)
700 if (af == AF_INET && (statp->options & RES_USE_INET6)) {
H A Dgethostnamadr.c183 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6);
459 if (af == AF_INET && (statp->options & RES_USE_INET6) != 0U) {
502 if (statp->options & RES_USE_INET6) {
H A Dgethostbynis.c106 if (statp->options & RES_USE_INET6) {
H A Dname6.c283 statp->options &= ~RES_USE_INET6;
377 statp->options &= ~RES_USE_INET6;
H A Dgetaddrinfo.c1753 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6);
/freebsd-10-stable/include/
H A Dresolv.h240 #define RES_USE_INET6 0x00002000 /*%< use/map IPv6 in gethostbyname() */ macro
/freebsd-10-stable/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c1000 statp->options &= ~RES_USE_INET6;
1002 statp->options |= RES_USE_INET6;
/freebsd-10-stable/lib/libc/tests/nss/
H A Dgethostby_test.c965 statp->options |= RES_USE_INET6;
967 statp->options &= ~RES_USE_INET6;
/freebsd-10-stable/lib/libc/resolv/
H A Dres_debug.c680 case RES_USE_INET6: return "inet6";
H A Dres_init.c674 statp->options |= RES_USE_INET6;
/freebsd-10-stable/contrib/sendmail/src/
H A Dconf.c4249 resv6 = bitset(RES_USE_INET6, _res.options);
4250 _res.options |= RES_USE_INET6;
4255 _res.options &= ~RES_USE_INET6;
H A Dreadcf.c2590 # ifdef RES_USE_INET6
2591 { "use_inet6", RES_USE_INET6 },
2592 # endif /* RES_USE_INET6 */

Completed in 126 milliseconds