Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dsocket.h183 #define ISC_SOCKFLAG_NORETRY 0x00000002 /*%< drop failed UDP sends */ macro
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dsocket.c2088 if ((flags & ISC_SOCKFLAG_NORETRY) == 0) { in socket_send()
/openbsd-src/usr.bin/dig/
H A Ddighost.c2652 ISC_SOCKFLAG_NORETRY); in send_udp()