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

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_var.h207 struct ip6_pktopts { struct
477 extern void ip6_freepcbopts(struct ip6_pktopts *);
501 extern int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *,
503 extern int ip6_output_list(struct mbuf *, int, struct ip6_pktopts *,
508 extern void ip6_initpktopts(struct ip6_pktopts *);
509 extern int ip6_setpktoptions(struct mbuf *, struct ip6_pktopts *, int, int);
510 extern void ip6_clearpktopts(struct ip6_pktopts *, int);
511 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int);
529 struct ip6_pktopts *, struc
[all...]
H A Dip6_output.c168 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *, struct socket *,
170 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **, int);
171 static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *);
172 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, int);
174 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *, int,
225 ip6_output_list(struct mbuf *m0, int packetlist, struct ip6_pktopts *opt,
268 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, struct route_in6 *ro,
2191 struct ip6_pktopts **optp;
2296 struct ip6_pktopts **opt
[all...]
H A Din6_src.c150 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **,
153 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *,
198 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
611 struct ip6_pktopts *opts, struct ip6_moptions *mopts,
1141 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
1217 struct ip6_pktopts *opts, struct ip6_moptions *mopts,
1816 struct in6pcb *in6p, struct ifnet **ifpp, struct ip6_pktopts *opt)
1820 struct ip6_pktopts *optp = NULL;
H A Dudp6_output.c154 struct ip6_pktopts opt, *optp = NULL;
H A Din6_var.h1039 struct ip6_pktopts;
1098 struct inpcb *, struct ifnet **, struct ip6_pktopts *);
H A Draw_ip6.c341 struct ip6_pktopts opt, *optp = NULL;
H A Dmld6.c315 static struct ip6_pktopts mld_po;
/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h199 struct ip6_pktopts *inp6_outputopts;
278 struct ip6_pktopts;
338 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;

Completed in 51 milliseconds