Searched refs:so_timeo (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c195 wakeup_one((caddr_t)&head->so_timeo);
202 wakeup((caddr_t)&so->so_timeo);
216 wakeup((caddr_t)&so->so_timeo);
228 wakeup((caddr_t)&so->so_timeo);
243 wakeup((caddr_t)&so->so_timeo);
307 so->so_timeo = head->so_timeo;
407 wakeup((caddr_t)&head->so_timeo);
1904 xso->so_timeo = so->so_timeo;
[all...]
H A Dsocket_info.c88 si->soi_timeo = so->so_timeo;
H A Dkpi_socket.c109 error = msleep((caddr_t)&sock->so_timeo, mutex_held, PSOCK | PCATCH, "sock_accept", NULL);
266 error = msleep((caddr_t)&sock->so_timeo, mutex_held, PSOCK | PCATCH,
334 msleep((caddr_t)&sock->so_timeo, mutex_held, PSOCK, "sock_connectwait", &ts);
H A Dsys_socket.c495 wakeup((caddr_t)&so->so_timeo);
H A Duipc_syscalls.c407 error = msleep((caddr_t)&head->so_timeo, mutex_held,
655 error = msleep((caddr_t)&so->so_timeo, mutex_held,
H A Duipc_socket.c1020 error = msleep((caddr_t)&so->so_timeo,
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h155 short so_timeo; /* connection timeout */ member in struct:socket
370 short so_timeo; member in struct:xsocket
394 short so_timeo; member in struct:xsocket64
428 short so_timeo; member in struct:xsocket_n
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c125 xso->so_timeo = so->so_timeo;
H A Dtcp_subr.c1275 wakeup((caddr_t) &so->so_timeo);

Completed in 40 milliseconds