Searched refs:RES_USEVC (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dsethostent.c69 _res.options |= RES_STAYOPEN | RES_USEVC;
78 _res.options &= ~(RES_STAYOPEN | RES_USEVC);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_sendsigned.c93 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC)
98 nstatp->options |= RES_USEVC;
H A Dres_send.c316 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
494 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
H A Dres_debug.c674 case RES_USEVC: return "usevc";
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_sendsigned.c104 nstatp->options |= RES_USEVC;
H A Dres_send.c255 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
782 if ((v_circuit && (!(statp->options & RES_USEVC) || ns != 0)) ||
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h176 #define RES_USEVC 0x00000008 /* use virtual circuit */ macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c637 (res.options & RES_USEVC) != 0)
1079 res.options |= (RES_STAYOPEN | RES_USEVC);
1130 res.options |= RES_USEVC;
1132 res.options &= ~RES_USEVC;
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h235 #define RES_USEVC 0x00000008 /*%< use virtual circuit */ macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h241 #define RES_USEVC 0x00000008 /*%< use virtual circuit */ macro
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_send.c347 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
525 if ((v_circuit && (statp->options & RES_USEVC) == 0U) ||
H A Dres_debug.c690 case RES_USEVC: return "usevc";
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/arlib/
H A Darlib.c102 if (_res.options & RES_USEVC)

Completed in 203 milliseconds