Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dresolv.h113 #define RES_IGNTC 0x00000020 /* ignore trucation errors */ macro
Dres_debug.c602 case RES_IGNTC: return "igntc"; in libresolv_hidden_def()
Dres_send.c1252 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()