Searched refs:ip6_pktopts (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | ip6_var.h | 200 struct ip6_pktopts { struct 540 extern void ip6_freepcbopts(struct ip6_pktopts *); 565 extern int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *, 567 extern int ip6_output_list(struct mbuf *, int, struct ip6_pktopts *, 572 extern void ip6_initpktopts(struct ip6_pktopts *); 573 extern int ip6_setpktoptions(struct mbuf *, struct ip6_pktopts *, int, int); 574 extern void ip6_clearpktopts(struct ip6_pktopts *, int); 575 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t); 604 struct ip6_pktopts *, struct inpcb *, struct route_in6 *, 608 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **, [all …]
|
| H A D | ip6_output.c | 171 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *, struct socket *, 173 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **, int); 174 static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *); 175 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, zalloc_flags_t); 177 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *, int, 184 struct ip6_pktopts *opt, struct ip6_out_args * ip6oa, 242 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, in ip6_output() 265 ip6_output_list(struct mbuf *m0, int packetchain, struct ip6_pktopts *opt, in ip6_output_list() 1701 ip6_fragment_packet(struct mbuf **mptr, struct ip6_pktopts *opt, in ip6_fragment_packet() 2495 struct ip6_pktopts **optp; in ip6_ctloutput() [all …]
|
| H A D | in6_src.c | 167 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **, 170 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *, 737 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc() 931 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in selectroute() 1521 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectif() 1599 struct ip6_pktopts *opts, struct ip6_moptions *mopts, in in6_selectroute() 2206 struct in6pcb *in6p, struct ifnet **ifpp, struct ip6_pktopts *opt, uint32_t *ret_ifscope) in in6_embedscope() 2210 struct ip6_pktopts *optp = NULL; in in6_embedscope()
|
| H A D | in6_var.h | 1138 struct ip6_pktopts; 1196 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 | 372 struct ip6_pktopts opt, *optp = NULL; in rip6_output()
|
| H A D | mld6.c | 318 static struct ip6_pktopts mld_po;
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | in_pcb.h | 217 struct ip6_pktopts *inp6_outputopts; 313 struct ip6_pktopts; 373 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;
|