Searched refs:ip6_pktopts (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ip6_var.h | 198 struct ip6_pktopts { struct 535 extern void ip6_freepcbopts(struct ip6_pktopts *); 560 extern int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *, 562 extern int ip6_output_list(struct mbuf *, int, struct ip6_pktopts *, 567 extern void ip6_initpktopts(struct ip6_pktopts *); 568 extern int ip6_setpktoptions(struct mbuf *, struct ip6_pktopts *, int, int); 569 extern void ip6_clearpktopts(struct ip6_pktopts *, int); 570 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t); 599 struct ip6_pktopts *, struct inpcb *, struct route_in6 *, 603 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **, [all …]
|
| H A D | ip6_output.c | 169 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *, struct socket *, 171 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **, int); 172 static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *); 173 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, zalloc_flags_t); 175 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *, int, 182 struct ip6_pktopts *opt, struct ip6_out_args * ip6oa, 240 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, in ip6_output() 263 ip6_output_list(struct mbuf *m0, int packetchain, struct ip6_pktopts *opt, in ip6_output_list() 1694 ip6_fragment_packet(struct mbuf **mptr, struct ip6_pktopts *opt, in ip6_fragment_packet() 2497 struct ip6_pktopts **optp; in ip6_ctloutput() [all …]
|
| H A D | in6_src.c | 173 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **, 176 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *, 647 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc() 839 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in selectroute() 1427 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectif() 1505 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in in6_selectroute() 2160 struct in6pcb *in6p, struct ifnet **ifpp, struct ip6_pktopts *opt, uint32_t *ret_ifscope) in in6_embedscope() 2164 struct ip6_pktopts *optp = NULL; in in6_embedscope()
|
| H A D | in6_var.h | 1138 struct ip6_pktopts; 1197 struct inpcb *, struct ifnet **, struct ip6_pktopts *, uint32_t *);
|
| H A D | udp6_output.c | 160 struct ip6_pktopts opt, *optp = NULL; in udp6_output()
|
| H A D | raw_ip6.c | 362 struct ip6_pktopts opt, *optp = NULL; in rip6_output()
|
| H A D | mld6.c | 312 static struct ip6_pktopts mld_po;
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_pcb.h | 216 struct ip6_pktopts *inp6_outputopts; 305 struct ip6_pktopts; 365 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;
|