Searched refs:ISC_SOCKFLAG_NORETRY (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/dig/lib/isc/include/isc/
H A Dsocket.h183 #define ISC_SOCKFLAG_NORETRY 0x00000002 /*%< drop failed UDP sends */ macro
480 * and ISC_SOCKFLAG_NORETRY.
488 *\li ISC_SOCKFLAG_NORETRY can only be set for UDP sockets. If set
/openbsd-current/usr.bin/dig/lib/isc/unix/
H A Dsocket.c2086 * queue it unless ISC_SOCKFLAG_NORETRY is set.
2088 if ((flags & ISC_SOCKFLAG_NORETRY) == 0) {
/openbsd-current/usr.bin/dig/
H A Ddighost.c2651 ISC_SOCKFLAG_NORETRY);

Completed in 164 milliseconds