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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h206 struct ip6_pktopts { struct
462 void ip6_freepcbopts(struct ip6_pktopts *);
489 int ip6_output(struct mbuf *, struct ip6_pktopts *, struct route_in6 *,
491 int ip6_output_list(struct mbuf *, int, struct ip6_pktopts *,
495 void ip6_initpktopts(struct ip6_pktopts *);
496 int ip6_setpktoptions(struct mbuf *, struct ip6_pktopts *, int, int);
497 void ip6_clearpktopts(struct ip6_pktopts *, int);
498 struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int);
515 struct ip6_pktopts *, struc
[all...]
H A Dip6_output.c169 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *,
171 static int ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt, int uproto);
172 static int ip6_getpcbopt(struct ip6_pktopts *pktopt, int optname, struct sockopt *sopt);
173 static int ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto);
230 struct ip6_pktopts *opt,
274 struct ip6_pktopts *opt,
1964 struct ip6_pktopts **optp;
2075 struct ip6_pktopts **optp;
2130 struct ip6_pktopts **optp;
2605 struct ip6_pktopts **pktop
[all...]
H A Din6_src.c153 struct ip6_pktopts *, struct ip6_moptions *, struct route_in6 *,
156 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *,
201 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
572 struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro,
1065 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts,
1139 struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro,
1672 struct ip6_pktopts *opt)
1676 struct ip6_pktopts *optp = NULL;
H A Din6_var.h966 struct ip6_pktopts;
969 struct inpcb *, struct ifnet **, struct ip6_pktopts *);
H A Dudp6_output.c181 struct ip6_pktopts opt, *optp = NULL;
H A Draw_ip6.c345 struct ip6_pktopts opt, *optp = 0;
H A Dmld6.c314 static struct ip6_pktopts mld_po;
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h197 struct ip6_pktopts *inp6_outputopts;
267 struct ip6_pktopts;
327 _INPCB_PTR(struct ip6_pktopts *) inp6_outputopts;

Completed in 43 milliseconds