| /freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
| H A D | test_connection.csv | 1 …l, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_timeout,int, -keep_alive,val 45 0,keep_alive missing argument, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive, 46 0,keep_alive negative, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,-1 47 1,keep_alive 0, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,0 48 1,keep_alive 1, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,1 49 1,keep_alive 2, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,2 50 0,keep_alive too large, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,3 51 0,keep_alive extremely large, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,99999999999999999…
|
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_http.c | 29 static int keep_alive(int keep_alive, int body_type, BIO **bios) in keep_alive() argument 31 if (keep_alive != 0 && bios == NULL in keep_alive() 41 keep_alive = 0; in keep_alive() 42 return keep_alive; in keep_alive() 103 keep_alive(ctx->keep_alive, req->body->type, bios)); in OSSL_CMP_MSG_http_perform()
|
| H A D | cmp_ctx.c | 124 ctx->keep_alive = 1; in OSSL_CMP_CTX_new() 957 ctx->keep_alive = val; in DEFINE_set1_ASN1_OCTET_STRING() 1029 return ctx->keep_alive; in OSSL_CMP_CTX_get_option()
|
| H A D | cmp_local.h | 49 int keep_alive; /* persistent connection: 0=no, 1=prefer, 2=require */ member
|
| /freebsd/crypto/openssl/test/ |
| H A D | http_test.c | 32 int keep_alive; 42 * Response hdr has HTTP version 1.|version| and |keep_alive| (unless implicit). 44 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, in mock_http_server() 103 if ((version == '0') == keep_alive) /* otherwise, default */ in mock_http_server() 144 ret = mock_http_server(bio, args->out, args->version, args->keep_alive, in http_bio_cb_ex() 208 0 /* keep_alive */); in test_http_method() 243 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive() 258 mock_args.keep_alive = kept_alive; in test_http_keep_alive() 271 keep_alive); in test_http_keep_alive() 272 if (keep_alive in test_http_keep_alive() 31 int keep_alive; global() member 43 mock_http_server(BIO * in,BIO * out,char version,int keep_alive,const char * content_type,const char * txt,ASN1_VALUE * rsp,const ASN1_ITEM * it) mock_http_server() argument 242 test_http_keep_alive(char version,int keep_alive,int kept_alive) test_http_keep_alive() argument [all...] |
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | http.h | 57 int timeout, int keep_alive); 86 size_t max_resp_len, int timeout, int keep_alive); 103 size_t max_resp_len, int timeout, int keep_alive);
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_power.c | 285 int keep_alive; in iwm_power_build_cmd() local 299 keep_alive in iwm_power_build_cmd() 301 keep_alive = roundup(keep_alive, 1000) / 1000; in iwm_power_build_cmd() 302 cmd->keep_alive_seconds = htole16(keep_alive); in iwm_power_build_cmd()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | power.c | 210 int keep_alive; in iwl_mld_power_build_cmd() local 243 keep_alive = DIV_ROUND_UP(ieee80211_tu_to_usec(3 * dtimper * bi), in iwl_mld_power_build_cmd() 245 keep_alive = max(keep_alive, POWER_KEEP_ALIVE_PERIOD_SEC); in iwl_mld_power_build_cmd() 246 cmd->keep_alive_seconds = cpu_to_le16(keep_alive); in iwl_mld_power_build_cmd()
|
| /freebsd/crypto/openssl/crypto/http/ |
| H A D | http_client.c | 68 int keep_alive; /* Persistent conn. 0=no, 1=prefer, 2=require */ member 271 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected() 277 if (keep_alive != 0 in OSSL_HTTP_REQ_CTX_set_expected() 295 rctx->keep_alive = keep_alive; in set1_content() 312 if (rctx->keep_alive != 0 in set1_content() 883 if (rctx->keep_alive != 0 /* do not let server initiate keep_alive */ in OSSL_HTTP_REQ_CTX_nbio() 885 if (rctx->keep_alive == 2) { in OSSL_HTTP_REQ_CTX_nbio() 886 rctx->keep_alive in OSSL_HTTP_REQ_CTX_nbio() 254 OSSL_HTTP_REQ_CTX_set_expected(OSSL_HTTP_REQ_CTX * rctx,const char * content_type,int asn1,int timeout,int keep_alive) OSSL_HTTP_REQ_CTX_set_expected() argument 1163 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX * rctx,const char * path,const STACK_OF (CONF_VALUE)* headers,const char * content_type,BIO * req,const char * expected_content_type,int expect_asn1,size_t max_resp_len,int timeout,int keep_alive) OSSL_HTTP_set1_request() argument 1364 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX ** prctx,const char * server,const char * port,const char * path,int use_ssl,const char * proxy,const char * no_proxy,BIO * bio,BIO * rbio,OSSL_HTTP_bio_cb_t bio_update_fn,void * arg,int buf_size,const STACK_OF (CONF_VALUE)* headers,const char * content_type,BIO * req,const char * expected_ct,int expect_asn1,size_t max_resp_len,int timeout,int keep_alive) OSSL_HTTP_transfer() argument [all...] |
| /freebsd/crypto/openssl/apps/include/ |
| H A D | http_server.h | 84 int http_server_send_asn1_resp(const char *prog, BIO *cbio, int keep_alive,
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | power.c | 350 int keep_alive; in iwl_mvm_power_build_cmd() local 365 keep_alive = DIV_ROUND_UP(ieee80211_tu_to_usec(3 * dtimper * bi), in iwl_mvm_power_build_cmd() 367 keep_alive = max(keep_alive, POWER_KEEP_ALIVE_PERIOD_SEC); in iwl_mvm_power_build_cmd() 368 cmd->keep_alive_seconds = cpu_to_le16(keep_alive); in iwl_mvm_power_build_cmd()
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | http_server.c | 503 int http_server_send_asn1_resp(const char *prog, BIO *cbio, int keep_alive, in http_server_send_asn1_resp() argument 511 keep_alive ? "Connection: keep-alive\r\n" : "", in http_server_send_asn1_resp()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_HTTP_REQ_CTX.pod | 39 int timeout, int keep_alive); 101 Due to the structure of an HTTP request, if the I<keep_alive> argument is 131 If the I<keep_alive> parameter is 0, which is the default, the connection is not
|
| H A D | OSSL_HTTP_transfer.pod | 33 size_t max_resp_len, int timeout, int keep_alive); 50 size_t max_resp_len, int timeout, int keep_alive); 187 and I<keep_alive> parameters, see L<OSSL_HTTP_REQ_CTX_set_expected(3)>.
|
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 3290 int keep_alive = 0; in cmp_server() local 3304 &cbio, acbio, &keep_alive, in cmp_server() 3337 ret = http_server_send_asn1_resp(prog, cbio, keep_alive, in cmp_server() 3350 if (!ret || !keep_alive in cmp_server()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 6102 int dtim_period, dtim_msec, keep_alive; in iwx_power_build_cmd() local 6118 keep_alive = MAX(3 * dtim_msec, 1000 * IWX_POWER_KEEP_ALIVE_PERIOD_SEC); in iwx_power_build_cmd() 6119 keep_alive = roundup(keep_alive, 1000) / 1000; in iwx_power_build_cmd() 6120 cmd->keep_alive_seconds = htole16(keep_alive); in iwx_power_build_cmd()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-cmp.pod.in | 61 [B<-keep_alive> I<value>] 584 =item B<-keep_alive> I<value>
|