Searched refs:timeoutp (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | sshconnect.c | 244 socklen_t addrlen, int *timeoutp) in timeout_connect() argument 253 if (*timeoutp <= 0) { in timeout_connect() 273 ms_to_timeval(&tv, *timeoutp); in timeout_connect() 314 if (result == 0 && *timeoutp > 0) { in timeout_connect() 315 ms_subtract_diff(&t_start, timeoutp); in timeout_connect() 316 if (*timeoutp <= 0) { in timeout_connect()
|
D | packet.c | 1032 struct timeval timeout, start, *timeoutp = NULL; in packet_read_seqnr() local 1067 timeoutp = &timeout; in packet_read_seqnr() 1076 NULL, NULL, timeoutp)) >= 0) in packet_read_seqnr() 1688 struct timeval start, timeout, *timeoutp = NULL; in packet_write_wait() local 1700 timeoutp = &timeout; in packet_write_wait() 1708 NULL, setp, NULL, timeoutp)) >= 0) in packet_write_wait()
|
/external/openssl/apps/ |
D | s_client.c | 595 struct timeval timeout, *timeoutp; in MAIN() local 1518 timeoutp = &timeout; in MAIN() 1520 timeoutp = NULL; in MAIN() 1626 NULL,timeoutp); in MAIN() 1636 NULL,timeoutp); in MAIN() 1654 NULL,timeoutp); in MAIN() 1659 NULL,timeoutp); in MAIN()
|
D | s_server.c | 1968 struct timeval *timeoutp; in sv_body() local 2136 timeoutp = &timeout; in sv_body() 2138 timeoutp = NULL; in sv_body() 2140 i=select(width,(void *)&readfds,NULL,NULL,timeoutp); in sv_body()
|