Searched refs:shutdown (Results 76 - 100 of 219) sorted by relevance

123456789

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_lu.c108 if (ctx->method->shutdown != NULL)
109 return ctx->method->shutdown(ctx);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_lib.c177 s->shutdown = 0;
899 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
913 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
926 if (s->shutdown & SSL_SENT_SHUTDOWN) {
2192 if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) &&
2218 * For the next 2 functions, SSL_clear() sets shutdown and so one of these
2224 s->shutdown = 0;
2234 s->shutdown = 0;
2356 ret->shutdown = s->shutdown;
[all...]
H A Ds3_pkt.c831 * - 0 (during a shutdown, no data has to be returned)
946 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
1140 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1164 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1176 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a
1177 * shutdown */
H A Ds3_lib.c2452 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
2456 if (!(s->shutdown & SSL_SENT_SHUTDOWN)) {
2457 s->shutdown |= SSL_SENT_SHUTDOWN;
2462 * our shutdown alert has been sent now, and if it still needs to be
2480 } else if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) {
2485 if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) {
2490 if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) &&
2502 if (s->shutdown & SSL_SEND_SHUTDOWN) {
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dclient.h128 void (*shutdown)(void *arg, isc_result_t result); member in struct:ns_client
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dtask.h132 void (*shutdown)(isc_task_t *task); member in struct:isc_taskmethods
243 * an empty event queue), and has not been shutdown, the task will be
244 * shutdown.
247 * the task has been shutdown,
284 * idle (has an empty event queue), and has not been shutdown,
285 * the task will be shutdown.
288 * the task has been shutdown,
446 * Send a shutdown event with action 'action' and argument 'arg' when
447 * 'task' is shutdown.
461 *\li When the task is shutdown, shutdow
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dtask_api.c186 task->methods->shutdown(task);
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h255 #define shutdown _shutdown
H A Dun-namespace.h228 #undef shutdown
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_compat_linux.h71 void (*shutdown) (struct usb_interface *intf); member in struct:usb_driver
/freebsd-9.3-release/sys/netgraph/
H A Dng_atmllc.c71 .shutdown = ng_atmllc_shutdown,
H A Dng_gif_demux.c153 .shutdown = ng_gif_demux_shutdown,
H A Dng_ipfw.c84 .shutdown = ng_ipfw_shutdown,
H A Dng_sample.c112 .shutdown = ng_xxx_shutdown,
405 * Do local shutdown processing..
H A Dng_device.c81 .shutdown = ng_device_shutdown,
317 * Node shutdown. Everything is already done in disconnect method.
H A Dng_etf.c120 .shutdown = ng_etf_shutdown,
430 * Do local shutdown processing..
H A Dng_frame_relay.c144 .shutdown = ngfrm_shutdown,
H A Dng_gif.c149 .shutdown = ng_gif_shutdown,
276 * We can't assume the ifnet is still around when we run shutdown
H A Dng_rfc1490.c147 .shutdown = ng_rfc1490_shutdown,
H A Dng_sppp.c91 .shutdown = ng_sppp_shutdown,
H A Dng_tee.c140 .shutdown = ng_tee_shutdown,
/freebsd-9.3-release/usr.sbin/faithd/
H A Dtcp.c274 shutdown(s_snd, 0);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtask_api.c186 task->methods->shutdown(task);
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event71 46:AUE_SHUTDOWN:shutdown(2):nt
593 6168:AUE_shutdown:system shutdown:ad
628 6172:AUE_DARWIN_audit_shutdown:audit shutdown:ad
651 45001:AUE_audit_shutdown:audit shutdown:ad
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c575 /* similar to shutdown(..., SHUT_WR) */
611 ret = bio->shutdown;
615 bio->shutdown = (int)num;

Completed in 227 milliseconds

123456789