Searched refs:timeoutp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/crypto/openssh/ |
| D | sshconnect.c | 358 socklen_t addrlen, int *timeoutp) in timeout_connect() argument 367 if (*timeoutp <= 0) { in timeout_connect() 387 ms_to_timeval(&tv, *timeoutp); in timeout_connect() 428 if (result == 0 && *timeoutp > 0) { in timeout_connect() 429 ms_subtract_diff(&t_start, timeoutp); in timeout_connect() 430 if (*timeoutp <= 0) { in timeout_connect()
|
| D | packet.c | 1061 struct timeval timeout, start, *timeoutp = NULL; in packet_read_seqnr() local 1096 timeoutp = &timeout; in packet_read_seqnr() 1105 NULL, NULL, timeoutp)) >= 0) in packet_read_seqnr() 1759 struct timeval start, timeout, *timeoutp = NULL; in packet_write_wait() local 1771 timeoutp = &timeout; in packet_write_wait() 1779 NULL, setp, NULL, timeoutp)) >= 0) in packet_write_wait()
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_client.c | 361 struct timeval timeout, *timeoutp; in MAIN() local 1021 timeoutp = &timeout; in MAIN() 1023 timeoutp = NULL; in MAIN() 1124 NULL, timeoutp); in MAIN() 1135 NULL, timeoutp); in MAIN() 1139 NULL, timeoutp); in MAIN()
|
| D | s_server.c | 1583 struct timeval *timeoutp; in sv_body() local 1720 timeoutp = &timeout; in sv_body() 1722 timeoutp = NULL; in sv_body() 1724 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
|