Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dsocket.h252 #define ISC_SOCKFLAG_NORETRY 0x00000002 /*%< drop failed UDP sends */ macro
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c2992 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()
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c4691 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()