Searched refs:RES_IGNTC (Results 1 – 7 of 7) sorted by relevance
94 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()
690 case RES_IGNTC: return "igntc"; in p_option()
1039 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()
90 #define RES_IGNTC 0x0020 /* ignore trucation errors */ macro
463 if (!(_res.options & RES_IGNTC) && anhp->tc) {
269 #define RES_IGNTC 0x00000020 /* ignore trucation errors */ macro
1962 { "igntc", RES_IGNTC },