Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c60 resv6 = bitset(RES_USE_INET6, _res.options);
61 _res.options |= RES_USE_INET6;
66 _res.options &= ~RES_USE_INET6;
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c134 if (net_data->res->options & RES_USE_INET6) { in gethostbyname_p()
207 (net_data->res->options & RES_USE_INET6) == 0U) in gethostent_p()
327 net_data->res->options &= ~RES_USE_INET6; in getipnodebyname()
1036 if (af == AF_INET && (net_data->res->options & RES_USE_INET6) != 0U) {
H A Dlcl_ho.c209 if (pvt->res->options & RES_USE_INET6) { in ho_byname()
387 if (pvt->res->options & RES_USE_INET6) { in ho_next()
H A Ddns_ho.c231 if (pvt->res->options & RES_USE_INET6) { in ho_byname()
487 if (af == AF_INET && (pvt->res->options & RES_USE_INET6)) { in ho_byaddr()
995 if (pvt->res->options & RES_USE_INET6) in gethostans()
/titanic_41/usr/src/head/
H A Dresolv.h277 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */ macro
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c705 statp->options |= RES_USE_INET6; in res_setoptions()
H A Dres_debug.c703 case RES_USE_INET6: return "inet6"; in p_option()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c4232 resv6 = bitset(RES_USE_INET6, _res.options);
4233 _res.options |= RES_USE_INET6;
4238 _res.options &= ~RES_USE_INET6;
H A Dreadcf.c1967 # ifdef RES_USE_INET6
1968 { "use_inet6", RES_USE_INET6 },