Home
last modified time | relevance | path

Searched refs:inp_set_fc_state (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/netinet6/ !
H A Dudp6_output.c617 inp_set_fc_state(in6p, adv->code); in udp6_output()
/xnu-8019.80.24/bsd/netinet/ !
H A Din_pcb.h844 extern int inp_set_fc_state(struct inpcb *, int advcode);
H A Dtcp_output.c3092 rc = inp_set_fc_state(inp, adv->code); in tcp_ip_output()
H A Dudp_usrreq.c2023 inp_set_fc_state(inp, adv->code); in udp_output()
H A Din_pcb.c3385 inp_set_fc_state(struct inpcb *inp, int advcode) in inp_set_fc_state() function