Searched refs:ISC_SOCKCANCEL_CONNECT (Results 1 – 5 of 5) sorted by relevance
187 #define ISC_SOCKCANCEL_CONNECT 0x00000008 /*%< cancel connect */ macro
1527 isc_socket_cancel(sock, NULL, ISC_SOCKCANCEL_CONNECT); in req_cancel()
776 ISC_SOCKCANCEL_CONNECT); in xfrin_cancelio()
1472 ISC_SOCKCANCEL_CONNECT); in fctx_cancelquery()1478 ISC_SOCKCANCEL_CONNECT); in fctx_cancelquery()
5185 if (((how & ISC_SOCKCANCEL_CONNECT) != 0) && in isc_socket_cancel()