Searched refs:ip6_pktopts (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | ip6_var.h | 209 struct ip6_pktopts { struct 549 extern void ip6_freepcbopts(struct ip6_pktopts *); 574 extern int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *, 576 extern int ip6_output_list(struct mbuf *, int, struct ip6_pktopts *, 581 extern void ip6_initpktopts(struct ip6_pktopts *); 582 extern int ip6_setpktoptions(struct mbuf *, struct ip6_pktopts *, int, int); 583 extern void ip6_clearpktopts(struct ip6_pktopts *, int); 584 extern struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, zalloc_flags_t); 613 struct ip6_pktopts *, struct inpcb *, struct route_in6 *, 617 struct ip6_pktopts *, struct ip6_moptions *, struct in6_ifaddr **, [all …]
|
| H A D | ip6_output.c | 172 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, 247 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, in ip6_output() 270 ip6_output_list(struct mbuf *m0, int packetchain, struct ip6_pktopts *opt, in ip6_output_list() 1722 ip6_fragment_packet(struct mbuf **mptr, struct ip6_pktopts *opt, in ip6_fragment_packet() 2525 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() 2207 struct in6pcb *in6p, struct ifnet **ifpp, struct ip6_pktopts *opt, uint32_t *ret_ifscope) in in6_embedscope() 2211 struct ip6_pktopts *__single optp = NULL; in in6_embedscope()
|
| H A D | in6_var.h | 1158 struct ip6_pktopts; 1216 struct inpcb *, struct ifnet **, struct ip6_pktopts *, uint32_t *);
|
| H A D | udp6_output.c | 161 struct ip6_pktopts opt, *__single optp = NULL; in udp6_output()
|
| H A D | raw_ip6.c | 373 struct ip6_pktopts opt, *__single optp = NULL; in rip6_output()
|
| H A D | mld6.c | 318 static struct ip6_pktopts mld_po;
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | in_pcb.h | 226 struct ip6_pktopts *inp6_outputopts; 341 struct ip6_pktopts; 401 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;
|