Home | History | Annotate | Download | only in netinet6

Lines Matching defs:ip6_pktopts

104 struct	ip6_pktopts {
299 void ip6_freepcbopts(struct ip6_pktopts *);
319 int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route *, int,
326 void ip6_initpktopts(struct ip6_pktopts *);
327 int ip6_setpktopts(struct mbuf *, struct ip6_pktopts *,
328 struct ip6_pktopts *, kauth_cred_t, int);
329 void ip6_clearpktopts(struct ip6_pktopts *, int);
330 struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int);
367 int in6_selectsrc(struct sockaddr_in6 *, struct ip6_pktopts *,
370 int in6_selectroute(struct sockaddr_in6 *, struct ip6_pktopts *,