Home
last modified time | relevance | path

Searched refs:INP2_CONNECTION_IDLE (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h872 #define INP2_CONNECTION_IDLE 0x00800000 /* Connection is idle */ macro
H A Dtcp_input.c2741 if (inp->inp_flags2 & INP2_CONNECTION_IDLE) { in tcp_input_process_wake_packet()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5729 sotoinpcb(so)->inp_flags2 |= INP2_CONNECTION_IDLE; in sosetoptlock()
5731 sotoinpcb(so)->inp_flags2 &= ~INP2_CONNECTION_IDLE; in sosetoptlock()
6268 optval = sotoinpcb(so)->inp_flags2 & INP2_CONNECTION_IDLE ? in sogetoptlock()
/xnu-12377.41.6/bsd/net/
H A Dif_ports_used.c946 if (inp->inp_flags2 & INP2_CONNECTION_IDLE) { in if_ports_used_add_inpcb()