Home
last modified time | relevance | path

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

/xnu-8020.140.41/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()
377 so->so_timeo = head->so_timeo; in sonewconn_internal()
483 wakeup((caddr_t)&head->so_timeo); in sonewconn_internal()
2758 xso->so_timeo = so->so_timeo; in sotoxsocket()
2789 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.c115 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.c434 wakeup((caddr_t)&so->so_timeo); in soo_drain()
H A Duipc_syscalls.c483 error = msleep((caddr_t)&head->so_timeo, mutex_held, in accept_nocancel()
975 error = msleep((caddr_t)&so->so_timeo, mutex_held, in connectit()
1049 error = msleep((caddr_t)&so->so_timeo, mutex_held, in connectitx()
H A Dvsock_domain.c1138 error = msleep((caddr_t)&so->so_timeo, mutex_held, PSOCK | PCATCH, "vsock_connect", &ts); in vsock_connect()
H A Duipc_socket.c1437 error = msleep((caddr_t)&so->so_timeo, in soclose_locked()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h158 short so_timeo; /* connection timeout */ member
441 short so_timeo; member
464 short so_timeo; member
499 short so_timeo; member
/xnu-8020.140.41/bsd/netinet/
H A Din_pcblist.c134 xso->so_timeo = so->so_timeo; in sotoxsocket_n()