Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet6/
H A Dip6_var.h104 struct ip6_pktopts { struct
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 *,
H A Dip6_output.c119 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **,
121 static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *);
122 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *, kauth_cred_t,
132 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, int);
137 static int ip6_pcbopts(struct ip6_pktopts **, struct socket *, struct sockopt *);
201 struct ip6_pktopts *opt, in ip6_output()
1432 struct ip6_pktopts **optp; in ip6_ctloutput()
1564 struct ip6_pktopts **optp; in ip6_ctloutput()
1587 struct ip6_pktopts **optp; in ip6_ctloutput()
1654 struct ip6_pktopts **optp; in ip6_ctloutput()
[all …]
H A Din6_src.c123 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *,
182 const struct ifnet *ifp, const struct ip6_pktopts *opts, in in6_select_best_ia()
465 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc()
608 in6_selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectroute()
725 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectif()
H A Dudp6_usrreq.c749 struct ip6_pktopts *optp = NULL; in udp6_output()
750 struct ip6_pktopts opt; in udp6_output()
H A Dmld6.c148 static struct ip6_pktopts ip6_opts;
H A Draw_ip6.c375 struct ip6_pktopts opt, *optp = NULL; in rip6_output()
/netbsd-src/sys/netinet/
H A Din_pcb.h140 struct ip6_pktopts *in6p_outputopts; /* IP6 options for outgoing packets */
H A Dtcp_output.c1593 struct ip6_pktopts *opts; in tcp_output()