Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c238 wakeup_one((caddr_t)&head->so_timeo); in soisconnected()
249 wakeup((caddr_t)&so->so_timeo); in soisconnected()
272 wakeup((caddr_t)&so->so_timeo); in soisdisconnecting()
285 wakeup((caddr_t)&so->so_timeo); in soisdisconnected()
307 wakeup((caddr_t)&so->so_timeo); in sodisconnectwakeup()
379 so->so_timeo = head->so_timeo; in sonewconn_internal()
488 wakeup((caddr_t)&head->so_timeo); in sonewconn_internal()
2826 xso->so_timeo = so->so_timeo; in sotoxsocket()
2857 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.c1258 error = msleep((caddr_t)&so->so_timeo, mutex_held, PSOCK | PCATCH, "vsock_connect", &ts); in vsock_connect()
H A Duipc_socket.c1286 error = msleep((caddr_t)&so->so_timeo, in soclose_locked()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h161 short so_timeo; /* connection timeout */ member
453 short so_timeo; member
476 short so_timeo; member
512 short so_timeo; member
/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c136 xso->so_timeo = so->so_timeo; in sotoxsocket_n()