Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_var.h403 int ip6_setpktopts(struct mbuf *, struct ip6_pktopts *,
H A Draw_ip6.c407 error = ip6_setpktopts(control, &opt, inp->in6p_outputopts, in rip6_send()
H A Dudp6_usrreq.c787 if ((error = ip6_setpktopts(control, &opt, in udp6_send()
H A Dip6_output.c2496 if ((error = ip6_setpktopts(m, opt, NULL, (td != NULL) ? in ip6_pcbopts()
2807 ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, in ip6_setpktopts() function