Home
last modified time | relevance | path

Searched refs:msg_timeout (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv1 …, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_tim…
8 …on,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK,
9 0,wrong server port, -section,, -server,_SERVER_HOST:99,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK,
10 0,server default port, -section,, -server,_SERVER_HOST,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK,
17 0,server with wrong port, -section,, -server,_SERVER_HOST:999,,,,,BLANK,,,,-msg_timeout,1,BLANK,,BL…
21 …:_SERVER_PORT, -proxy,127.0.0.1:65536, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK,
22 …R_HOST:_SERVER_PORT, -proxy,127.0.0.1, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK,
34 0,msg_timeout missing argument, -section,,,,,,,,BLANK,,,, -msg_timeout,,BLANK,,BLANK,
35 0,msg_timeout negative, -section,,,,,,,,BLANK,,,, -msg_timeout,-5,BLANK,,BLANK,
36 1,msg_timeout 5, -section,,,,,,,,BLANK,,,, -msg_timeout,5,BLANK,,BLANK,
[all …]
/freebsd/contrib/sendmail/src/
H A Denvelope.c180 int msg_timeout = 0; local
233 msg_timeout = MSG_T_O;
238 msg_timeout = MSG_NOT_BY;
244 msg_timeout = MSG_T_O_NOW;
275 IS_IMM_RET(msg_timeout)))
311 if (msg_timeout == MSG_NOT_BY)
330 if (msg_timeout == MSG_NOT_BY)
360 msg_timeout = MSG_WARN;
364 msg_timeout = MSG_WARN_BY;
366 if (IS_MSG_WARN(msg_timeout))
[all …]
/freebsd/usr.sbin/bsdconfig/console/
H A Dsaver66 '$msg_timeout' '$msg_timeout_desc'
142 "$msg_timeout") # Set the screen saver timeout interval
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c132 int bak_msg_timeout = ctx->msg_timeout; in send_receive_check()
155 if (ctx->msg_timeout == 0 || time_left < ctx->msg_timeout) in send_receive_check()
156 ctx->msg_timeout = time_left; in send_receive_check()
165 ctx->msg_timeout = bak_msg_timeout; in send_receive_check()
H A Dcmp_http.c88 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
H A Dcmp_ctx.c119 ctx->msg_timeout = -1; in OSSL_CMP_CTX_new()
1096 ctx->msg_timeout = val; in OSSL_CMP_CTX_set_option()
1162 return ctx->msg_timeout; in OSSL_CMP_CTX_get_option()
H A Dcmp_local.h50 int msg_timeout; /* max seconds to wait for each CMP message round trip */ member
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf48 msg_timeout = 5
/freebsd/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr231 msg_timeout="Timeout"
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in56 [B<-msg_timeout> I<seconds>]
517 =item B<-msg_timeout> I<seconds>