| /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… 7 …on,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 8 0,wrong server port, -section,, -server,_SERVER_HOST:99,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 9 0,server default port, -section,, -server,_SERVER_HOST,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 16 0,server with wrong port, -section,, -server,_SERVER_HOST:999,,,,,BLANK,,,,-msg_timeout,1,BLANK,,BL… 19 …SERVER_PORT, -proxy,127.0.0.1:x*/8888, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 20 …:_SERVER_PORT, -proxy,127.0.0.1:65536, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 21 …R_HOST:_SERVER_PORT, -proxy,127.0.0.1, -no_proxy,nonmatch.com,BLANK,,,,-msg_timeout,1,BLANK,,BLANK, 24 0,tls_used, -section,, -server,_SERVER_HOST:_SERVER_PORT,,,,,-tls_used,,,,-msg_timeout,1,BLANK,,BLA… 35 0,msg_timeout missing argument, -section,,,,,,,,BLANK,,,, -msg_timeout,,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 | 151 int bak_msg_timeout = ctx->msg_timeout; in send_receive_check() 176 if (ctx->msg_timeout == 0 || time_left < ctx->msg_timeout) in send_receive_check() 177 ctx->msg_timeout = time_left; in send_receive_check() 187 ctx->msg_timeout = bak_msg_timeout; in send_receive_check()
|
| H A D | cmp_http.c | 102 ctx->msg_timeout, in OSSL_CMP_MSG_http_perform()
|
| H A D | cmp_ctx.c | 125 ctx->msg_timeout = -1; in OSSL_CMP_CTX_new() 958 ctx->msg_timeout = val; in DEFINE_set1_ASN1_OCTET_STRING() 1029 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/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 | 62 [B<-msg_timeout> I<seconds>] 594 =item B<-msg_timeout> I<seconds>
|