Searched refs:ISC_SOCKFLAG_NORETRY (Results 1 – 3 of 3) sorted by relevance
252 #define ISC_SOCKFLAG_NORETRY 0x00000002 /*%< drop failed UDP sends */ macro
2992 if ((flags & ISC_SOCKFLAG_NORETRY) == 0) { in socket_send()3147 REQUIRE((flags & ~(ISC_SOCKFLAG_IMMEDIATE|ISC_SOCKFLAG_NORETRY)) == 0); in isc__socket_sendto2()3148 if ((flags & ISC_SOCKFLAG_NORETRY) != 0) in isc__socket_sendto2()
4691 if ((flags & ISC_SOCKFLAG_NORETRY) == 0) { in socket_send()4829 REQUIRE((flags & ~(ISC_SOCKFLAG_IMMEDIATE|ISC_SOCKFLAG_NORETRY)) == 0); in isc__socket_sendto2()4830 if ((flags & ISC_SOCKFLAG_NORETRY) != 0) in isc__socket_sendto2()