Home
last modified time | relevance | path

Searched refs:RES_IGNTC (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_sendsigned.c94 nstatp->options |= RES_IGNTC; in res_nsendsigned()
147 if (hp->tc && !usingTCP && (statp->options & RES_IGNTC) == 0U) { in res_nsendsigned()
148 nstatp->options &= ~RES_IGNTC; in res_nsendsigned()
H A Dres_debug.c690 case RES_IGNTC: return "igntc"; in p_option()
H A Dres_send.c1039 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()
/illumos-gate/usr/src/lib/libresolv/
H A Dresolv.h90 #define RES_IGNTC 0x0020 /* ignore trucation errors */ macro
H A Dres_send.c463 if (!(_res.options & RES_IGNTC) && anhp->tc) {
/illumos-gate/usr/src/head/
H A Dresolv.h269 #define RES_IGNTC 0x00000020 /* ignore trucation errors */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c1962 { "igntc", RES_IGNTC },