Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dip6_var.h568 extern int ip6_ctloutput(struct socket *, struct sockopt *);
H A Draw_ip6.c951 error = ip6_ctloutput(so, sopt); in rip6_ctloutput()
972 error = ip6_ctloutput(so, sopt); in rip6_ctloutput()
H A Dicmp6.c3221 return ip6_ctloutput(so, sopt); in icmp6_dgram_ctloutput()
H A Dip6_output.c2352 ip6_ctloutput(struct socket *so, struct sockopt *sopt) in ip6_ctloutput() function
/xnu-10002.41.9/bsd/netinet/
H A Dtcp_usrreq.c2268 error = ip6_ctloutput(so, sopt); in tcp_ctloutput()
H A Dudp_usrreq.c998 error = ip6_ctloutput(so, sopt); in udp_ctloutput()