| /freebsd/contrib/unbound/services/ |
| H A D | outside_network.c | 91 struct reuse_tcp* reuse); 371 log_reuse_tcp(enum verbosity_value v, const char* msg, struct reuse_tcp* reuse) 376 if(!reuse || !reuse->pending || !reuse->pending->c) 378 addr_to_str(&reuse->addr, reuse->addrlen, addrbuf, sizeof(addrbuf)); 379 port = ntohs(((struct sockaddr_in*)&reuse->addr)->sin_port); 381 reuse->pending->c->fd); 386 reuse_write_wait_pop(struct reuse_tcp* reuse) 388 struct waiting_tcp* w = reuse->write_wait_first; 393 reuse->write_wait_first = w->write_wait_next; 396 else reuse->write_wait_last = NULL; [all …]
|
| H A D | outside_network.h | 166 /** max number of queries on a reuse connection */ 173 * tree of still-open and waiting tcp connections for reuse. 182 /** first and last(oldest) in lru list of reuse connections. 265 * The lru only contains empty connections waiting for reuse, 273 /** the connection to reuse, the fd is non-1 and is open. 359 /** the pre-allocated reuse tcp structure. if ->pending is nonNULL 360 * it is in use and the connection is waiting for reuse. 362 * pending_tcp wait for reuse. */ 363 struct reuse_tcp reuse; member 383 /** entry in reuse [all...] |
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | directive-include-guard.mk | 42 CASES+= variable-ifndef-reuse 43 LINES.variable-ifndef-reuse= \ 96 CASES+= variable-if-reuse 97 LINES.variable-if-reuse= \ 389 CASES+= elif-reuse 390 LINES.elif-reuse= \ 410 CASES+= else-reuse 411 LINES.else-reuse= \
|
| /freebsd/crypto/openssl/test/ |
| H A D | x509aux.c | 41 X509 *reuse = NULL; in test_certs() local 94 reuse = d2i(NULL, &p, enclen); in test_certs() 95 if (reuse == NULL) { in test_certs() 100 err = X509_cmp(reuse, cert); in test_certs() 148 X509_free(reuse); in test_certs()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A 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.
|
| H A D | d2i_X509.pod | 483 contains a valid B<I<TYPE>> structure and an attempt is made to reuse it. 486 However using the "reuse" capability for other purposes is B<strongly 584 B<I<TYPE>> structure or NULL if an error occurs. If the "reuse" capability has 689 In some versions of OpenSSL the "reuse" behaviour of B<d2i_I<TYPE>>() when 692 OpenSSL prior to 1.1.0, when the "reuse" behaviour is used and an error occurs 696 As a result of the above issues the "reuse" behaviour is strongly discouraged.
|
| H A D | SSL_get_default_timeout.pod | 21 after which it will not be accepted for session reuse. If the timeout
|
| H A D | SSL_session_reused.pod | 19 During the negotiation, a client can propose to reuse a session. The server
|
| H A D | SSL_CTX_set_ssl_version.pod | 47 try to reuse an existing one in this fashion. Its usage is considered
|
| /freebsd/lib/libc/stdlib/ |
| H A D | getenv.c | 506 bool reuse; in __setenv() 516 reuse = false; in __setenv() 530 /* Entry is large enough to reuse. */ in __setenv() 532 reuse = true; in __setenv() 536 if (! reuse) { 566 if (reuse && newEnvActive == envActive) in __merge_environ() 470 bool reuse; __setenv() local
|
| /freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_verification.csv | 25 1,reuse last srvcert, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.srvcertout.pem, -trusted,"""",B… 26 1,reuse last extracerts, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.extracerts.pem, -trusted,"""… 28 0,cannot reuse last srvcert, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.srvcertout.pem, -trusted… 29 0,cannot reuse last extracerts, -section,,,,BLANK,, -srvcert,_RESULT_DIR/test.extracerts_empty.pem,…
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | 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/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | armada-388.dtsi | 10 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | Kconfig | 13 OFDMA, spatial reuse and dual carrier modulation.
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | evp_skey.md | 83 The way to reuse the key with another provider is through an export/import 84 process. As mentioned before, it may fail. The way to reuse it with a different 96 EVP_SKEY object doesn't reuse the pattern 'allocate - assign', these operations
|
| /freebsd/sys/contrib/xen/io/ |
| H A D | pvcalls.h | 84 uint8_t reuse; member
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | vacuum-cleaner | 49 >>>>>>>>>>136040 lelong =-1 reuse map data
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | PassRegistry.def | 21 REGION_PASS("pack-reuse", ::llvm::sandboxir::PackReuse)
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | 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/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrTSX.td | 54 // XACQUIRE and XRELEASE reuse REPNE and REP respectively.
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_MAC-Poly1305.pod | 56 It is critical to never reuse the key. The security implication noted in
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | rdma_cm.h | 374 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_zfetch.c | 276 goto reuse; in dmu_zfetch_stream_create() 302 goto reuse; in dmu_zfetch_stream_create() 315 reuse: in dmu_zfetch_stream_create()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Target.td | 13 // This is intended as a compatibility layer, to enable reuse of target
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | kadm5_err.et | 36 error_code PASS_REUSE, "Can't reuse password"
|