Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet6/
H A Dip6_var.h209 struct ip6_pktopts { struct
550 extern void ip6_freepcbopts(struct ip6_pktopts *);
575 extern int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *,
577 extern int ip6_output_list(struct mbuf *, int, struct ip6_pktopts *,
582 extern void ip6_initpktopts(struct ip6_pktopts *);
583 extern int ip6_setpktoptions(struct mbuf *, struct ip6_pktopts *, int, int);
584 extern void ip6_clearpktopts(struct ip6_pktopts *, int);
585 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t);
614 struct ip6_pktopts *, struct inpcb *, struct route_in6 *,
618 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **,
[all …]
H A Dip6_output.c172 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *, struct socket *,
174 static int ip6_pcbopt(int, u_char *buf __sized_by(len), int len, struct ip6_pktopts **, int);
175 static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *);
176 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, zalloc_flags_t);
178 static int ip6_setpktopt(int, uint8_t * __sized_by(len), int len, struct ip6_pktopts *, int,
185 struct ip6_pktopts *opt, struct ip6_out_args * ip6oa,
249 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, in ip6_output()
272 ip6_output_list(struct mbuf *m0, int packetchain, struct ip6_pktopts *opt, in ip6_output_list()
1753 ip6_fragment_packet(struct mbuf **mptr, struct ip6_pktopts *opt, in ip6_fragment_packet()
2560 struct ip6_pktopts **optp; in ip6_ctloutput()
[all …]
H A Din6_src.c167 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **,
170 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *,
734 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc()
932 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in selectroute()
1524 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectif()
1602 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in in6_selectroute()
2210 struct in6pcb *in6p, struct ifnet **ifpp, struct ip6_pktopts *opt, uint32_t *ret_ifscope) in in6_embedscope()
2214 struct ip6_pktopts *__single optp = NULL; in in6_embedscope()
H A Din6_var.h1158 struct ip6_pktopts;
1216 struct inpcb *, struct ifnet **, struct ip6_pktopts *, uint32_t *);
H A Dudp6_output.c162 struct ip6_pktopts opt, *__single optp = NULL; in udp6_output()
H A Draw_ip6.c373 struct ip6_pktopts opt, *__single optp = NULL; in rip6_output()
H A Dmld6.c318 static struct ip6_pktopts mld_po;
/xnu-11417.101.15/bsd/netinet/
H A Din_pcb.h226 struct ip6_pktopts *inp6_outputopts;
347 struct ip6_pktopts;
407 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;