Searched refs:ip6_setpktopts (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h522 int ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, struct ip6_pktopts *stickyopt, int uproto);
H A Dudp6_output.c211 if ((error = ip6_setpktopts(control, &opt, NULL, IPPROTO_UDP)) != 0)
H A Draw_ip6.c372 if ((error = ip6_setpktopts(control, &opt, NULL, so->so_proto->pr_protocol)) != 0)
H A Dip6_output.c2640 if ((error = ip6_setpktopts(m, opt, NULL, so->so_proto->pr_protocol)) != 0) {
3050 ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, function

Completed in 23 milliseconds