Searched refs:ip6_pktopts (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/netinet6/ |
H A D | ip6_var.h | 104 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 D | ip6_output.c | 119 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 D | in6_src.c | 123 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 D | udp6_usrreq.c | 749 struct ip6_pktopts *optp = NULL; in udp6_output() 750 struct ip6_pktopts opt; in udp6_output()
|
H A D | mld6.c | 148 static struct ip6_pktopts ip6_opts;
|
H A D | raw_ip6.c | 375 struct ip6_pktopts opt, *optp = NULL; in rip6_output()
|
/netbsd-src/sys/netinet/ |
H A D | in_pcb.h | 140 struct ip6_pktopts *in6p_outputopts; /* IP6 options for outgoing packets */
|
H A D | tcp_output.c | 1593 struct ip6_pktopts *opts; in tcp_output()
|