Home
last modified time | relevance | path

Searched refs:INP_FC_FEEDBACK (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py178 INP_FC_FEEDBACK = 0x80000000 variable
H A Dnet.py1498 if (pcb.inp_flags & INP_FC_FEEDBACK):
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c777 in6p->inp_flags &= ~(INP_FC_FEEDBACK); in udp6_output()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h834 #define INP_FC_FEEDBACK 0x80000000 /* got interface flow adv feedback */ macro
H A Din_pcb.c3595 inp->inp_flags |= INP_FC_FEEDBACK; in inp_fc_feedback()
3678 if (inp->inp_flags & INP_FC_FEEDBACK) { in inp_set_fc_state()
H A Dudp_usrreq.c2247 inp->inp_flags &= ~(INP_FC_FEEDBACK); in udp_output()
H A Dtcp_output.c3790 inp->inp_flags &= ~(INP_FC_FEEDBACK); in tcp_ip_output()