Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dudp6_output.c619 inp_set_fc_state(in6p, adv->code); in udp6_output()
/xnu-10063.101.15/bsd/netinet/
H A Din_pcb.h872 extern int inp_set_fc_state(struct inpcb *, int advcode);
H A Dudp_usrreq.c2073 inp_set_fc_state(inp, adv->code); in udp_output()
H A Dtcp_output.c3471 rc = inp_set_fc_state(inp, adv->code); in tcp_ip_output()
H A Din_pcb.c3618 inp_set_fc_state(struct inpcb *inp, int advcode) in inp_set_fc_state() function