Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c653 inp_set_fc_state(in6p, adv->code); in udp6_output()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h990 extern int inp_set_fc_state(struct inpcb *, int advcode);
H A Dudp_usrreq.c2156 inp_set_fc_state(inp, adv->code); in udp_output()
H A Dtcp_output.c3758 rc = inp_set_fc_state(inp, adv->code); in tcp_ip_output()
H A Din_pcb.c3667 inp_set_fc_state(struct inpcb *inp, int advcode) in inp_set_fc_state() function