| /freebsd-14-stable/contrib/unbound/services/ |
| HD | 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 …]
|
| HD | 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-14-stable/contrib/bmake/unit-tests/ |
| HD | directive-include-guard.mk | 41 INCS+= variable-ifndef-reuse 42 LINES.variable-ifndef-reuse= \ 76 INCS+= variable-if-reuse 77 LINES.variable-if-reuse= \ 338 INCS+= if-elif-reuse 339 LINES.if-elif-reuse= \ 359 INCS+= if-else-reuse 360 LINES.if-else-reuse= \
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | x509aux.c | 42 X509 *reuse = NULL; in test_certs() local 95 reuse = d2i(NULL, &p, enclen); in test_certs() 96 if (reuse == NULL) { in test_certs() 101 err = X509_cmp(reuse, cert); in test_certs() 149 X509_free(reuse); in test_certs()
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | 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.
|
| HD | d2i_X509.pod | 395 contains a valid B<I<TYPE>> structure and an attempt is made to reuse it. 398 However using the "reuse" capability for other purposes is B<strongly 496 B<I<TYPE>> structure or NULL if an error occurs. If the "reuse" capability has 596 In some versions of OpenSSL the "reuse" behaviour of B<d2i_I<TYPE>>() when 599 OpenSSL prior to 1.1.0, when the "reuse" behaviour is used and an error occurs 603 As a result of the above issues the "reuse" behaviour is strongly discouraged.
|
| HD | SSL_session_reused.pod | 19 During the negotiation, a client can propose to reuse a session. The server
|
| HD | SSL_get_default_timeout.pod | 21 after which it will not be accepted for session reuse. If the timeout
|
| HD | SSL_CTX_set_ssl_version.pod | 47 try to reuse an existing one in this fashion. Its usage is considered
|
| HD | SSL_clear.pod | 51 if session reuse is not desired).
|
| /freebsd-14-stable/lib/libc/stdlib/ |
| HD | getenv.c | 470 bool reuse; in __setenv() local 480 reuse = false; in __setenv() 496 reuse = true; in __setenv() 500 if (! reuse) { in __setenv() 530 if (reuse && newEnvActive == envActive) in __setenv()
|
| /freebsd-14-stable/crypto/openssl/doc/man1/ |
| HD | openssl-s_time.pod.in | 16 [B<-reuse>] 83 If neither B<-new> nor B<-reuse> are specified, they are both on by default 86 =item B<-reuse> 89 that session caching is working. If neither B<-new> nor B<-reuse> are
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | armada-388.dtsi | 10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
|
| /freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7915/ |
| HD | Kconfig | 13 OFDMA, spatial reuse and dual carrier modulation.
|
| /freebsd-14-stable/sys/contrib/xen/io/ |
| HD | pvcalls.h | 84 uint8_t reuse; member
|
| /freebsd-14-stable/contrib/file/magic/Magdir/ |
| HD | vacuum-cleaner | 49 >>>>>>>>>>136040 lelong =-1 reuse map data
|
| /freebsd-14-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_setup.c | 825 int reuse) in TINFO_SETUP_TERM() argument 905 if (reuse in TINFO_SETUP_TERM() 1180 int reuse) in _nc_setupterm() argument 1188 if (TINFO_SETUP_TERM(&termp, tname, Filedes, errret, reuse) == OK) { in _nc_setupterm()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrTSX.td | 54 // XACQUIRE and XRELEASE reuse REPNE and REP respectively.
|
| /freebsd-14-stable/crypto/openssl/doc/man7/ |
| HD | EVP_MAC-Poly1305.pod | 56 It is critical to never reuse the key. The security implication noted in
|
| /freebsd-14-stable/sys/ofed/include/rdma/ |
| HD | rdma_cm.h | 374 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | dmu_zfetch.c | 275 goto reuse; in dmu_zfetch_stream_create() 301 goto reuse; in dmu_zfetch_stream_create() 314 reuse: in dmu_zfetch_stream_create()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| HD | Target.td | 13 // This is intended as a compatibility layer, to enable reuse of target
|
| /freebsd-14-stable/crypto/heimdal/lib/kadm5/ |
| HD | kadm5_err.et | 36 error_code PASS_REUSE, "Can't reuse password"
|
| /freebsd-14-stable/sbin/routed/ |
| HD | main.c | 882 if (lim->reuse > now.tv_sec) { in msglim() 886 lim->reuse = now.tv_sec + 10*60; in msglim()
|
| /freebsd-14-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| HD | zpool_import.cfg | 47 # NB: It's easier just to repeat the expansion patterns than to reuse.
|