Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c236 wakeup_one((caddr_t)&head->so_timeo); in soisconnected()
247 wakeup((caddr_t)&so->so_timeo); in soisconnected()
270 wakeup((caddr_t)&so->so_timeo); in soisdisconnecting()
283 wakeup((caddr_t)&so->so_timeo); in soisdisconnected()
305 wakeup((caddr_t)&so->so_timeo); in sodisconnectwakeup()
379 so->so_timeo = head->so_timeo; in sonewconn_internal()
486 wakeup((caddr_t)&head->so_timeo); in sonewconn_internal()
2843 xso->so_timeo = so->so_timeo; in sotoxsocket()
2874 xso->so_timeo = so->so_timeo; in sotoxsocket64()
H A Dsocket_info.c95 si->soi_timeo = so->so_timeo; in fill_common_sockinfo()
H A Dkpi_socket.c118 error = msleep((caddr_t)&sock->so_timeo, mutex_held, in sock_accept_common()
313 error = msleep((caddr_t)&sock->so_timeo, in sock_connect()
381 msleep((caddr_t)&sock->so_timeo, mutex_held, in sock_connectwait()
H A Dsys_socket.c430 wakeup((caddr_t)&so->so_timeo); in soo_drain()
H A Duipc_syscalls.c528 error = msleep((caddr_t)&head->so_timeo, mutex_held, in accept_nocancel()
1043 error = msleep((caddr_t)&so->so_timeo, mutex_held, in connectit()
1117 error = msleep((caddr_t)&so->so_timeo, mutex_held, in connectitx()
H A Dvsock_domain.c1163 error = msleep((caddr_t)&so->so_timeo, mutex_held, PSOCK | PCATCH, "vsock_connect", &ts); in vsock_connect()
H A Duipc_socket.c1446 error = msleep((caddr_t)&so->so_timeo, in soclose_locked()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h167 short so_timeo; /* connection timeout */ member
462 short so_timeo; member
485 short so_timeo; member
521 short so_timeo; member
/xnu-11417.140.69/bsd/netinet/
H A Din_pcblist.c136 xso->so_timeo = so->so_timeo; in sotoxsocket_n()