Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_output.c626 inp_set_fc_state(in6p, adv->code); in udp6_output()
/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.h908 extern int inp_set_fc_state(struct inpcb *, int advcode);
H A Dudp_usrreq.c2085 inp_set_fc_state(inp, adv->code); in udp_output()
H A Dtcp_output.c3560 rc = inp_set_fc_state(inp, adv->code); in tcp_ip_output()
H A Din_pcb.c3692 inp_set_fc_state(struct inpcb *inp, int advcode) in inp_set_fc_state() function