/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 1 …, -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… 20 …SERVER_PORT, -proxy,127.0.0.1:x*/8888, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 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, [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 180 int msg_timeout = 0; local 233 msg_timeout = MSG_T_O; 238 msg_timeout = MSG_NOT_BY; 244 msg_timeout = MSG_T_O_NOW; 272 ((IS_MSG_ERR(msg_timeout) && 275 IS_IMM_RET(msg_timeout))) 307 else if (IS_MSG_ERR(msg_timeout)) 311 if (msg_timeout == MSG_NOT_BY) 330 if (msg_timeout == MSG_NOT_BY) 348 if (msg_timeout == MSG_NOT_BY) [all …]
|
/freebsd/usr.sbin/bsdconfig/console/ |
H A D | saver | 66 '$msg_timeout' '$msg_timeout_desc' 142 "$msg_timeout") # Set the screen saver timeout interval
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 132 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 D | cmp_http.c | 88 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
|
H A D | cmp_ctx.c | 119 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 D | cmp_local.h | 50 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 D | test.cnf | 48 msg_timeout = 5
|
/freebsd/usr.sbin/bsdconfig/console/include/ |
H A D | messages.subr | 231 msg_timeout="Timeout"
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 56 [B<-msg_timeout> I<seconds>] 517 =item B<-msg_timeout> I<seconds>
|