Searched refs:timeoutp (Results 1 – 4 of 4) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | sshconnect.c | 357 socklen_t addrlen, int *timeoutp) in timeout_connect() argument 366 if (*timeoutp <= 0) { in timeout_connect() 386 ms_to_timeval(&tv, *timeoutp); in timeout_connect() 427 if (result == 0 && *timeoutp > 0) { in timeout_connect() 428 ms_subtract_diff(&t_start, timeoutp); in timeout_connect() 429 if (*timeoutp <= 0) { in timeout_connect()
|
| HD | packet.c | 1059 struct timeval timeout, start, *timeoutp = NULL; in packet_read_seqnr() local 1094 timeoutp = &timeout; in packet_read_seqnr() 1103 NULL, NULL, timeoutp)) >= 0) in packet_read_seqnr() 1757 struct timeval start, timeout, *timeoutp = NULL; in packet_write_wait() local 1769 timeoutp = &timeout; in packet_write_wait() 1777 NULL, setp, NULL, timeoutp)) >= 0) in packet_write_wait()
|
| /trueos/crypto/openssl/apps/ |
| HD | s_client.c | 656 struct timeval timeout, *timeoutp; in MAIN() local 1488 timeoutp = &timeout; in MAIN() 1490 timeoutp = NULL; in MAIN() 1601 NULL, timeoutp); in MAIN() 1612 NULL, timeoutp); in MAIN() 1631 NULL, timeoutp); in MAIN() 1636 NULL, timeoutp); in MAIN()
|
| HD | s_server.c | 1965 struct timeval *timeoutp; in sv_body() local 2131 timeoutp = &timeout; in sv_body() 2133 timeoutp = NULL; in sv_body() 2135 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|