Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dkpi_socket.h175 extern errno_t sock_connectwait(socket_t so, const struct timeval *tv);
/xnu-11215.1.10/bsd/net/
H A Dnet_stubs.c283 STUB(sock_connectwait);
/xnu-11215.1.10/bsd/kern/
H A Dkpi_socket.c338 sock_connectwait(socket_t sock, const struct timeval *tv) in sock_connectwait() function