| /freebsd-12-stable/contrib/unbound/services/ |
| D | outside_network.c | 91 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 …]
|
| D | outside_network.h | 363 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/ |
| D | dbgport.c | 137 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/ |
| D | tcp_timewait.c | 488 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()
|
| D | tcp_timer.h | 222 tcp_tw_2msl_scan(int reuse); /* XXX temporary? */
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | SSL_CTX_set_session_cache_mode.pod | 23 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.
|
| D | d2i_X509.pod | 399 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.
|
| D | SSL_get_default_timeout.pod | 21 after which it will not be accepted for session reuse. If the timeout
|
| D | SSL_session_reused.pod | 19 During the negotiation, a client can propose to reuse a session. The server
|
| D | SSL_clear.pod | 51 if session reuse is not desired).
|
| D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 34 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
|
| D | BIO_connect.pod | 68 Try to reuse the address and port combination for a recently closed
|
| /freebsd-12-stable/lib/libc/stdlib/ |
| D | getenv.c | 463 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/ |
| D | lib_setup.c | 608 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/ |
| D | s_time.pod | 20 [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/ |
| D | armada-388.dtsi | 10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
|
| D | ste-ab8505.dtsi | 240 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
|
| D | ste-ab8500.dtsi | 293 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | vacuum-cleaner | 49 >>>>>>>>>>136040 lelong =-1 reuse map data
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | rdma_cm.h | 376 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| D | Target.td | 13 // This is intended as a compatibility layer, to enable reuse of target
|
| /freebsd-12-stable/crypto/heimdal/lib/kadm5/ |
| D | kadm5_err.et | 36 error_code PASS_REUSE, "Can't reuse password"
|
| /freebsd-12-stable/sbin/routed/ |
| D | main.c | 906 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/ |
| D | zpool_import.cfg | 49 # NB: It's easier just to repeat the expansion patterns than to reuse.
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/doc/docbook/ |
| D | wpa_background.sgml | 43 stream should be skipped), IV space is too small and IV reuse
|