Searched refs:ISC_SOCKFLAG_NORETRY (Results 1 – 2 of 2) sorted by relevance
196 #define ISC_SOCKFLAG_NORETRY 0x00000002 /*%< drop failed UDP sends */ macro
4185 if ((flags & ISC_SOCKFLAG_NORETRY) == 0) { in socket_send()4278 REQUIRE((flags & ~(ISC_SOCKFLAG_IMMEDIATE | ISC_SOCKFLAG_NORETRY)) == in isc_socket_sendto2()4280 if ((flags & ISC_SOCKFLAG_NORETRY) != 0) { in isc_socket_sendto2()