Home | History | Annotate | Download | only in openssh

Lines Matching refs:timeout_ms

338     u_short port, int family, int connection_attempts, int *timeout_ms,
392 timeout_ms) >= 0) {
437 ssh_exchange_identification(int timeout_ms)
454 remaining = timeout_ms;
457 if (timeout_ms > 0) {
1152 struct sockaddr *hostaddr, u_short port, struct passwd *pw, int timeout_ms)
1167 ssh_exchange_identification(timeout_ms);