Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 25 of 169) sorted by relevance

1234567

/freebsd-12-stable/contrib/unbound/services/
Doutside_network.c91 struct reuse_tcp* reuse);
357 log_reuse_tcp(enum verbosity_value v, const char* msg, struct reuse_tcp* reuse)
362 if(!reuse || !reuse->pending || !reuse->pending->c)
364 addr_to_str(&reuse->addr, reuse->addrlen, addrbuf, sizeof(addrbuf));
365 port = ntohs(((struct sockaddr_in*)&reuse->addr)->sin_port);
367 reuse->pending->c->fd);
372 reuse_write_wait_pop(struct reuse_tcp* reuse)
374 struct waiting_tcp* w = reuse->write_wait_first;
379 reuse->write_wait_first = w->write_wait_next;
382 else reuse->write_wait_last = NULL;
[all …]
Doutside_network.h363 struct reuse_tcp reuse; member
694 uint16_t reuse_tcp_select_id(struct reuse_tcp* reuse,
698 struct waiting_tcp* reuse_tcp_by_id_find(struct reuse_tcp* reuse, uint16_t id);
701 void reuse_tree_by_id_insert(struct reuse_tcp* reuse, struct waiting_tcp* w);
709 struct reuse_tcp* reuse);
713 struct reuse_tcp* reuse);
737 struct waiting_tcp* reuse_write_wait_pop(struct reuse_tcp* reuse);
740 void reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w);
743 void reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w);
/freebsd-12-stable/usr.sbin/bhyve/
Ddbgport.c137 int reuse; in init_dbgport() local
154 reuse = 1; in init_dbgport()
155 if (setsockopt(listen_fd, SOL_SOCKET, SO_REUSEADDR, &reuse, in init_dbgport()
156 sizeof(reuse)) < 0) { in init_dbgport()
/freebsd-12-stable/sys/netinet/
Dtcp_timewait.c488 tcp_twclose(struct tcptw *tw, int reuse) in tcp_twclose() argument
508 tcp_tw_2msl_stop(tw, reuse); in tcp_twclose()
673 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) in tcp_tw_2msl_stop() argument
696 if (!reuse) in tcp_tw_2msl_stop()
702 tcp_tw_2msl_scan(int reuse) in tcp_tw_2msl_scan() argument
709 if (reuse) { in tcp_tw_2msl_scan()
729 if (tw == NULL || (!reuse && (tw->tw_time - ticks) > 0)) { in tcp_tw_2msl_scan()
776 tcp_twclose(tw, reuse); in tcp_tw_2msl_scan()
778 if (reuse) in tcp_tw_2msl_scan()
Dtcp_timer.h222 tcp_tw_2msl_scan(int reuse); /* XXX temporary? */
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_set_session_cache_mode.pod23 The OpenSSL library can store/retrieve SSL/TLS sessions for later reuse.
28 In order to reuse a session, a client must send the session's id to the
30 agrees to reuse the session or it starts a full handshake (to create a new
38 Since a client may try to reuse a session intended for use in a different
65 server will try to reuse the session. This is the default.
93 sessions negotiated in an SSL/TLS handshake may be cached for possible reuse.
Dd2i_X509.pod399 contains a valid B<TYPE> structure and an attempt is made to reuse it. This
400 "reuse" capability is present for historical compatibility but its use is
511 or B<NULL> if an error occurs. If the "reuse" capability has been used with
595 In some versions of OpenSSL the "reuse" behaviour of d2i_TYPE() when
598 OpenSSL prior to 1.1.0, when the "reuse" behaviour is used and an error occurs
602 As a result of the above issues the "reuse" behaviour is strongly discouraged.
DSSL_get_default_timeout.pod21 after which it will not be accepted for session reuse. If the timeout
DSSL_session_reused.pod19 During the negotiation, a client can propose to reuse a session. The server
DSSL_clear.pod51 if session reuse is not desired).
DSSL_CTX_set_tlsext_ticket_key_cb.pod34 In order to reuse a session, a TLS client must send the a session ticket
36 The server, through the callback function, either agrees to reuse the session
DBIO_connect.pod68 Try to reuse the address and port combination for a recently closed
/freebsd-12-stable/lib/libc/stdlib/
Dgetenv.c463 bool reuse; in __setenv() local
473 reuse = false; in __setenv()
489 reuse = true; in __setenv()
493 if (! reuse) { in __setenv()
523 if (reuse && newEnvActive == envActive) in __setenv()
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dlib_setup.c608 int reuse) in TINFO_SETUP_TERM() argument
677 if (reuse in TINFO_SETUP_TERM()
847 int reuse) in _nc_setupterm() argument
851 res = TINFO_SETUP_TERM(&termp, tname, Filedes, errret, reuse); in _nc_setupterm()
/freebsd-12-stable/crypto/openssl/doc/man1/
Ds_time.pod20 [B<-reuse>]
104 If neither B<-new> nor B<-reuse> are specified, they are both on by default
107 =item B<-reuse>
110 that session caching is working. If neither B<-new> nor B<-reuse> are
/freebsd-12-stable/sys/gnu/dts/arm/
Darmada-388.dtsi10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
Dste-ab8505.dtsi240 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
Dste-ab8500.dtsi293 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
/freebsd-12-stable/contrib/file/magic/Magdir/
Dvacuum-cleaner49 >>>>>>>>>>136040 lelong =-1 reuse map data
/freebsd-12-stable/sys/ofed/include/rdma/
Drdma_cm.h376 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
DTarget.td13 // This is intended as a compatibility layer, to enable reuse of target
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
Dkadm5_err.et36 error_code PASS_REUSE, "Can't reuse password"
/freebsd-12-stable/sbin/routed/
Dmain.c906 if (lim->reuse > now.tv_sec) { in msglim()
910 lim->reuse = now.tv_sec + 10*60; in msglim()
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
Dzpool_import.cfg49 # NB: It's easier just to repeat the expansion patterns than to reuse.
/freebsd-12-stable/contrib/wpa/wpa_supplicant/doc/docbook/
Dwpa_background.sgml43 stream should be skipped), IV space is too small and IV reuse

1234567