Searched refs:RES_IGNTC (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_sendsigned.c99 if (newmsglen > PACKETSZ || (nstatp->options & RES_IGNTC))
102 nstatp->options |= RES_IGNTC;
130 nstatp->options &= ~RES_IGNTC;
H A Dres_send.c754 if (!(statp->options & RES_IGNTC) && anhp->tc) {
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_sendsigned.c96 nstatp->options |= RES_IGNTC;
149 if (hp->tc && !usingTCP && (statp->options & RES_IGNTC) == 0U) {
150 nstatp->options &= ~RES_IGNTC;
H A Dres_debug.c676 case RES_IGNTC: return "igntc";
H A Dres_send.c1008 if (!(statp->options & RES_IGNTC) && anhp->tc) {
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h178 #define RES_IGNTC 0x00000020 /* ignore trucation errors */ macro
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h237 #define RES_IGNTC 0x00000020 /*%< ignore trucation errors */ macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h243 #define RES_IGNTC 0x00000020 /*%< ignore trucation errors */ macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c1118 res.options |= RES_IGNTC;
1120 res.options &= ~RES_IGNTC;
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_debug.c692 case RES_IGNTC: return "igntc";
H A Dres_send.c1043 if (!(statp->options & RES_IGNTC) && anhp->tc) {

Completed in 130 milliseconds