Searched refs:timeout_connect (Results 1 - 2 of 2) sorted by path

/external/netcat/
H A Dnetcat.c109 int timeout_connect(int, const struct sockaddr *, socklen_t);
636 if (timeout_connect(s, res0->ai_addr, res0->ai_addrlen) == 0)
652 timeout_connect(int s, const struct sockaddr *name, socklen_t namelen) function
/external/openssh/
H A Dsshconnect.c243 timeout_connect(int sockfd, const struct sockaddr *serv_addr, function
391 if (timeout_connect(sock, ai->ai_addr, ai->ai_addrlen,

Completed in 160 milliseconds