Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip_var.h324 extern int ip_ctloutput(struct socket *, struct sockopt *sopt);
H A Draw_ip.c759 error = ip_ctloutput(so, sopt); in rip_ctloutput()
818 error = ip_ctloutput(so, sopt); in rip_ctloutput()
H A Dudp_usrreq.c990 error = ip_ctloutput(so, sopt); in udp_ctloutput()
H A Dtcp_usrreq.c2238 error = ip_ctloutput(so, sopt); in tcp_ctloutput()
H A Dip_output.c2238 ip_ctloutput(struct socket *so, struct sockopt *sopt) in ip_ctloutput() function