Home
last modified time | relevance | path

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

/bionic/libc/private/
Dresolv_private.h230 #define RES_IGNTC 0x00000020 /* ignore trucation errors */ macro
/bionic/libc/netbsd/resolv/
Dres_debug.c618 case RES_IGNTC: return "igntc"; in p_option()
Dres_send.c1065 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()