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

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py115 INP_FLOW_CONTROLLED = 0x40000000 variable
H A Dnet.py1554 if (pcb.inp_flags & INP_FLOW_CONTROLLED):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h571 ((_inp_)->inp_flags & INP_FLOW_CONTROLLED)
576 (((_inp_)->inp_flags & (INP_FLOW_CONTROLLED | INP_FLOW_SUSPENDED)) != 0)
631 #define INP_FLOW_CONTROLLED 0x40000000 /* flow controlled */ 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);
2625 inp->inp_flags |= INP_FLOW_CONTROLLED;

Completed in 87 milliseconds