Searched refs:shutdown (Results 101 - 125 of 237) sorted by relevance

12345678910

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds2_lib.c561 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
H A Ds3_pkt.c1144 * - 0 (during a shutdown, no data has to be returned)
1259 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
1473 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1501 s->shutdown |= SSL_RECEIVED_SHUTDOWN;
1514 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a
1515 * shutdown */
H A Dssl_lib.c205 s->shutdown = 0;
1023 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
1037 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
1050 if (s->shutdown & SSL_SENT_SHUTDOWN) {
2783 if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) &&
2809 * For the next 2 functions, SSL_clear() sets shutdown and so one of these
2815 s->shutdown = 0;
2827 s->shutdown = 0;
2962 ret->shutdown = s->shutdown;
[all...]
H A Ds3_lib.c4400 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
4404 if (!(s->shutdown & SSL_SENT_SHUTDOWN)) {
4405 s->shutdown |= SSL_SENT_SHUTDOWN;
4410 * our shutdown alert has been sent now, and if it still needs to be
4428 } else if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) {
4433 if (!(s->shutdown & SSL_RECEIVED_SHUTDOWN)) {
4438 if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) &&
4450 if (s->shutdown & SSL_SEND_SHUTDOWN) {
H A Ds23_srvr.c211 s->shutdown = 0;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_ioctl.c87 .shutdown = cfi_shutdown,
H A Dctl_private.h467 int shutdown; member in struct:ctl_softc
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto.c326 * registered with the given pool to guarantee a graceful shutdown.
599 * @note After shutdown, it is expected that the init function can be called again.
605 return driver->shutdown();
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c292 * to perform a clean shutdown before this is invoked.
347 (void)shutdown(fileno(cout), 1+1);
352 (void)shutdown(data, 1+1);
361 (void)shutdown(fileno(cout), 1+1);
/freebsd-11-stable/sys/net/
H A Dif.c1010 * The shutdown flag, if set, indicates that we are called in the
1013 * on a vnet instance shutdown without this flag being set, e.g., when
1025 int shutdown; local
1027 shutdown = (ifp->if_vnet->vnet_state > SI_SUB_VNET &&
1086 * On VNET shutdown abort here as the stack teardown will do all
1089 if (shutdown) {
1274 int shutdown; local
1302 shutdown = (ifp->if_vnet->vnet_state > SI_SUB_VNET &&
1304 if (shutdown) {
1327 int shutdown; local
2967 int shutdown; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-sim.c187 gdb_callback.shutdown (&gdb_callback);
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c473 shutdown(netf, SHUT_RDWR);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c255 if (a->shutdown) {
530 b->shutdown = (int)num;
543 ret = b->shutdown;
546 b->shutdown = (int)num;
1419 * If we have to send a shutdown alert message and the socket is not dry
/freebsd-11-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c156 .shutdown = ng_sscfu_shutdown,
/freebsd-11-stable/sys/netgraph/
H A Dng_bpf.c210 .shutdown = ng_bpf_shutdown,
H A Dng_one2many.c169 .shutdown = ng_one2many_shutdown,
H A Dng_tty.c132 .shutdown = ngt_shutdown,
222 * Remove this node. The does the netgraph portion of the shutdown.
H A Dng_vjc.c225 .shutdown = ng_vjc_shutdown,
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dacm.c167 shutdown(sock, SHUT_RDWR);
/freebsd-11-stable/sys/sys/
H A Dsocket.h574 * howto arguments for shutdown(2), specified by Posix.1g.
657 int shutdown(int, int);
/freebsd-11-stable/usr.sbin/portsnap/phttpget/
H A Dphttpget.c710 shutdown(sd, SHUT_RDWR);
/freebsd-11-stable/etc/rc.d/
H A Djail9 # KEYWORD: nojail shutdown
171 _exec_stop="/bin/sh /etc/rc.shutdown"
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c617 shutdown(sock_fd[i], SHUT_RDWR);
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockets.c208 return (shutdown(thesocket->socketdes, how) == -1) ? errno : APR_SUCCESS;
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c389 bio->shutdown = 1;
821 int ssl_err, shutdown; local
825 shutdown = SSL_get_shutdown(ctx->ssl);
829 if (shutdown == SSL_RECEIVED_SHUTDOWN &&

Completed in 234 milliseconds

12345678910