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

/freebsd-current/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;
70 # endif /* RES_USE_INET6 */
73 # ifdef RES_USE_INET6
75 _res.options &= ~RES_USE_INET6;
/freebsd-current/lib/libc/net/
H A Dgethostbyht.c190 if (gethostent_p(&he, hed, statp->options & RES_USE_INET6, statp) != 0)
252 statp->options & RES_USE_INET6) {
316 statp->options & RES_USE_INET6) {
H A Dgethostnamadr.c175 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6);
451 if (af == AF_INET && (statp->options & RES_USE_INET6) != 0U) {
494 if (statp->options & RES_USE_INET6) {
H A Dgethostbydns.c335 if (statp->options & RES_USE_INET6) {
419 if (statp->options & RES_USE_INET6)
694 if (af == AF_INET && (statp->options & RES_USE_INET6)) {
H A Dgethostbynis.c106 if (statp->options & RES_USE_INET6) {
H A Dname6.c281 statp->options &= ~RES_USE_INET6;
376 statp->options &= ~RES_USE_INET6;
H A Dgetaddrinfo.c1749 RES_DNSRCH | RES_NOALIASES | RES_USE_INET6);
/freebsd-current/include/
H A Dresolv.h241 #define RES_USE_INET6 0x00002000 /*%< use/map IPv6 in gethostbyname() */ macro
/freebsd-current/lib/libc/tests/nss/
H A Dgethostby_test.c962 statp->options |= RES_USE_INET6;
964 statp->options &= ~RES_USE_INET6;
/freebsd-current/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;
4323 # endif /* 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-current/lib/libc/resolv/
H A Dres_init.c660 statp->options |= RES_USE_INET6;
H A Dres_debug.c671 case RES_USE_INET6: return "inet6";

Completed in 365 milliseconds