Searched refs:ISC_SOCKCANCEL_ACCEPT (Results 1 – 3 of 3) sorted by relevance
242 #define ISC_SOCKCANCEL_ACCEPT 0x00000004 /*%< cancel accept */ macro
3682 if (((how & ISC_SOCKCANCEL_ACCEPT) == ISC_SOCKCANCEL_ACCEPT) in isc__socket_cancel()3707 how &= ~ISC_SOCKCANCEL_ACCEPT; in isc__socket_cancel()
5640 if (((how & ISC_SOCKCANCEL_ACCEPT) == ISC_SOCKCANCEL_ACCEPT) in isc__socket_cancel()