Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Duipc_socket2.c235 wakeup_one((caddr_t)&head->so_timeo); in soisconnected()
246 wakeup((caddr_t)&so->so_timeo); in soisconnected()
269 wakeup((caddr_t)&so->so_timeo); in soisdisconnecting()
282 wakeup((caddr_t)&so->so_timeo); in soisdisconnected()
304 wakeup((caddr_t)&so->so_timeo); in sodisconnectwakeup()
378 so->so_timeo = head->so_timeo; in sonewconn_internal()
485 wakeup((caddr_t)&head->so_timeo); in sonewconn_internal()
2804 xso->so_timeo = so->so_timeo; in sotoxsocket()
2835 xso->so_timeo = so->so_timeo; in sotoxsocket64()
H A Dsocket_info.c93 si->soi_timeo = so->so_timeo; in fill_common_sockinfo()
H A Dkpi_socket.c117 error = msleep((caddr_t)&sock->so_timeo, mutex_held, in sock_accept_common()
315 error = msleep((caddr_t)&sock->so_timeo, in sock_connect()
383 msleep((caddr_t)&sock->so_timeo, mutex_held, in sock_connectwait()
H A Dsys_socket.c434 wakeup((caddr_t)&so->so_timeo); in soo_drain()
H A Duipc_syscalls.c525 error = msleep((caddr_t)&head->so_timeo, mutex_held, in accept_nocancel()
1033 error = msleep((caddr_t)&so->so_timeo, mutex_held, in connectit()
1107 error = msleep((caddr_t)&so->so_timeo, mutex_held, in connectitx()
H A Dvsock_domain.c1157 error = msleep((caddr_t)&so->so_timeo, mutex_held, PSOCK | PCATCH, "vsock_connect", &ts); in vsock_connect()
H A Duipc_socket.c1452 error = msleep((caddr_t)&so->so_timeo, in soclose_locked()
/xnu-10063.141.1/bsd/sys/
H A Dsocketvar.h161 short so_timeo; /* connection timeout */ member
455 short so_timeo; member
478 short so_timeo; member
514 short so_timeo; member
/xnu-10063.141.1/bsd/netinet/
H A Din_pcblist.c136 xso->so_timeo = so->so_timeo; in sotoxsocket_n()