Home
last modified time | relevance | path

Searched refs:ip6_ctloutput (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.81.2/bsd/netinet6/
H A Dip6_var.h565 extern int ip6_ctloutput(struct socket *, struct sockopt *);
H A Draw_ip6.c948 error = ip6_ctloutput(so, sopt); in rip6_ctloutput()
969 error = ip6_ctloutput(so, sopt); in rip6_ctloutput()
H A Dicmp6.c3220 return ip6_ctloutput(so, sopt); in icmp6_dgram_ctloutput()
H A Dip6_output.c2351 ip6_ctloutput(struct socket *so, struct sockopt *sopt) in ip6_ctloutput() function
/xnu-8792.81.2/bsd/netinet/
H A Dudp_usrreq.c990 error = ip6_ctloutput(so, sopt); in udp_ctloutput()
H A Dtcp_usrreq.c2236 error = ip6_ctloutput(so, sopt); in tcp_ctloutput()