Searched refs:INP_FLOW_SUSPENDED (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py113 INP_FLOW_SUSPENDED = 0x10000000 variable
H A Dnet.py1550 if (pcb.inp_flags & INP_FLOW_SUSPENDED):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h573 (((_inp_)->inp_flags & INP_FLOW_SUSPENDED) || \
576 (((_inp_)->inp_flags & (INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED)) != 0)
629 #define INP_FLOW_SUSPENDED 0x10000000 /* flow suspended */ macro
H A Din_pcb.c2588 inp->inp_flags &= ~(INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED);
2617 inp->inp_flags &= ~(INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED);
2628 inp->inp_flags |= INP_FLOW_SUSPENDED;

Completed in 71 milliseconds