Home
last modified time | relevance | path

Searched refs:sock_connectwait (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dkpi_socket.h174 extern errno_t sock_connectwait(socket_t so, const struct timeval *tv);
/xnu-10063.101.15/bsd/net/
H A Dnet_stubs.c281 STUB(sock_connectwait);
/xnu-10063.101.15/bsd/kern/
H A Dkpi_socket.c340 sock_connectwait(socket_t sock, const struct timeval *tv) in sock_connectwait() function