Searched refs:ip6_pktopts (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Dip6_var.h136 struct ip6_pktopts { struct
390 void ip6_freepcbopts(struct ip6_pktopts *);
415 int ip6_output(struct mbuf *, struct ip6_pktopts *,
422 void ip6_initpktopts(struct ip6_pktopts *);
423 int ip6_setpktopts(struct mbuf *, struct ip6_pktopts *,
424 struct ip6_pktopts *, struct ucred *, int);
425 void ip6_clearpktopts(struct ip6_pktopts *, int);
426 struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int);
450 int in6_selectsrc(struct sockaddr_in6 *, struct ip6_pktopts *,
[all...]
H A Dip6_output.c133 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **,
135 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *,
137 static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *);
138 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *,
148 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, int);
288 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt,
1481 struct ip6_pktopts **optp;
1604 struct ip6_pktopts **optp;
1672 struct ip6_pktopts **opt
[all...]
H A Din6_src.c130 static int selectroute(struct sockaddr_in6 *, struct ip6_pktopts *,
133 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *,
176 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
555 selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
799 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
863 in6_selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
874 in6_selectroute_fib(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
H A Draw_ip6.c407 struct ip6_pktopts opt, *optp;
H A Dudp6_usrreq.c639 struct ip6_pktopts *optp, opt;
H A Dmld6.c271 static struct ip6_pktopts mld_po;
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_private.h68 struct ip6_pktopts *opt_or;
/freebsd-10-stable/sys/netinet/
H A Din_pcb.h222 struct ip6_pktopts *inp6_outputopts;

Completed in 132 milliseconds