Home
last modified time | relevance | path

Searched refs:timeoutp (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dsshconnect.c244 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()
Dpacket.c1032 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/
Ds_client.c591 struct timeval timeout, *timeoutp; in MAIN() local
1510 timeoutp = &timeout; in MAIN()
1512 timeoutp = NULL; in MAIN()
1618 NULL,timeoutp); in MAIN()
1628 NULL,timeoutp); in MAIN()
1646 NULL,timeoutp); in MAIN()
1651 NULL,timeoutp); in MAIN()
Ds_server.c1953 struct timeval *timeoutp; in sv_body() local
2121 timeoutp = &timeout; in sv_body()
2123 timeoutp = NULL; in sv_body()
2125 i=select(width,(void *)&readfds,NULL,NULL,timeoutp); in sv_body()