Home
last modified time | relevance | path

Searched refs:SO_KEEPALIVE (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.h289 ((tp)->t_inpcb->inp_socket->so_options & SO_KEEPALIVE) ? \
H A Dmptcp_usrreq.c1430 case SO_KEEPALIVE: /* MP + subflow */ in mptcp_usr_socheckopt()
1601 case SO_KEEPALIVE: in mptcp_setopt()
2217 case SO_KEEPALIVE: in mptcp_sopt2str()
H A Dtcp_log.c365 tp->t_inpcb->inp_socket->so_options & SO_KEEPALIVE, in tcp_log_keepalive()
H A Dtcp_timer.c1491 (tp->t_inpcb->inp_socket->so_options & SO_KEEPALIVE) || in tcp_timers()
H A Dmptcp_subr.c1694 mpo->mpo_name == SO_KEEPALIVE)) { in mptcp_subflow_socreate()
/xnu-12377.1.9/bsd/sys/
H A Dsocket.h127 #define SO_KEEPALIVE 0x0008 /* keep connections alive */ macro
/xnu-12377.1.9/bsd/nfs/
H A Dnfs_syscalls.c715 sock_setsockopt(so, SOL_SOCKET, SO_KEEPALIVE, &on, sizeof(on)); in nfssvc_addsock()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c4807 case SO_KEEPALIVE: in sosetoptlock()
5875 case SO_KEEPALIVE: in sogetoptlock()