Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/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;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c130 if (net_data->res->options & RES_USE_INET6) { in gethostbyname_p()
203 (net_data->res->options & RES_USE_INET6) == 0U) in gethostent_p()
323 net_data->res->options &= ~RES_USE_INET6; in getipnodebyname()
1032 if (af == AF_INET && (net_data->res->options & RES_USE_INET6) != 0U) {
H A Dlcl_ho.c205 if (pvt->res->options & RES_USE_INET6) { in ho_byname()
383 if (pvt->res->options & RES_USE_INET6) { in ho_next()
H A Ddns_ho.c227 if (pvt->res->options & RES_USE_INET6) { in ho_byname()
483 if (af == AF_INET && (pvt->res->options & RES_USE_INET6)) { in ho_byaddr()
991 if (pvt->res->options & RES_USE_INET6) in gethostans()
/illumos-gate/usr/src/head/
H A Dresolv.h277 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */ macro
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c700 statp->options |= RES_USE_INET6; in res_setoptions()
H A Dres_debug.c698 case RES_USE_INET6: return "inet6"; in p_option()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4233 resv6 = bitset(RES_USE_INET6, _res.options);
4234 _res.options |= RES_USE_INET6;
4239 _res.options &= ~RES_USE_INET6;
H A Dreadcf.c1967 # ifdef RES_USE_INET6
1968 { "use_inet6", RES_USE_INET6 },