Searched refs:INP_FC_FEEDBACK (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c417 in6p->inp_flags &= ~(INP_FC_FEEDBACK);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h594 #define INP_FC_FEEDBACK 0x80000000 /* got interface flow adv feedback */ macro
H A Din_pcb.c2202 inp->inp_flags |= INP_FC_FEEDBACK;
2219 if (inp->inp_flags & INP_FC_FEEDBACK)
H A Dtcp_output.c2166 inp->inp_flags &= ~(INP_FC_FEEDBACK);
H A Dudp_usrreq.c1593 inp->inp_flags &= ~(INP_FC_FEEDBACK);

Completed in 32 milliseconds