Home
last modified time | relevance | path

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

/bionic/libc/dns/include/
Dresolv_private.h261 #define RES_IGNTC 0x00000020 /* ignore trucation errors */ macro
/bionic/libc/dns/resolv/
Dres_debug.c673 case RES_IGNTC: return "igntc"; in p_option()
Dres_send.c1285 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()