Searched refs:ip6protosw (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_encap.h77 struct ip6protosw;
82 void encap6_init(struct ip6protosw *, struct domain *);
H A Dip_encap.c109 #include <netinet6/ip6protosw.h>
165 encap6_init(struct ip6protosw *pp, struct domain *dp)
274 const struct ip6protosw *psw;
320 psw = (const struct ip6protosw *)match->psw;
H A Dicmp6.h714 struct ip6protosw;
715 void icmp6_init(struct ip6protosw *, struct domain *);
H A Dflow_divert.c60 #include <netinet6/ip6protosw.h>
153 static struct ip6protosw g_flow_divert_in6_protosw;
158 static struct ip6protosw *g_tcp6_protosw = NULL;
3197 g_tcp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_TCP, SOCK_STREAM);
H A Dmptcp_subr.c64 #include <netinet6/ip6protosw.h>
242 static struct ip6protosw mptcp_subflow_protosw6;
256 struct ip6protosw *prp6;
291 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6,
H A Dtcp_subr.c129 #include <netinet6/ip6protosw.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6protosw.h29 /* $KAME: ip6protosw.h,v 1.22 2001/02/08 18:02:08 itojun Exp $ */
155 struct ip6protosw { struct
156 TAILQ_ENTRY(ip6protosw) pr_entry; /* chain for domain */
182 (struct ip6protosw *, struct domain *);
H A Din6_proto.c151 #include <netinet6/ip6protosw.h>
169 struct ip6protosw inet6sw[] = {
332 int in6_proto_count = (sizeof (inet6sw) / sizeof (struct ip6protosw));
349 struct ip6protosw *pr;
357 _CASSERT(sizeof (struct protosw) == sizeof (struct ip6protosw));
358 _CASSERT(offsetof(struct ip6protosw, pr_entry) ==
360 _CASSERT(offsetof(struct ip6protosw, pr_domain) ==
362 _CASSERT(offsetof(struct ip6protosw, pr_protosw) ==
364 _CASSERT(offsetof(struct ip6protosw, pr_type) ==
366 _CASSERT(offsetof(struct ip6protosw, pr_protoco
[all...]
H A DMakefile20 ip6_ecn.h ip6protosw.h ipcomp6.h ipsec6.h \
H A Dip6_var.h462 struct ip6protosw;
471 extern void ip6_init(struct ip6protosw *, struct domain *);
H A Dip6_input.c140 #include <netinet6/ip6protosw.h>
164 struct ip6protosw *ip6_protox[IPPROTO_MAX];
274 ip6_init(struct ip6protosw *pp, struct domain *dp)
304 ip6_protox[i] = (struct ip6protosw *)pr;
316 (struct ip6protosw *)pr;
H A Dudp6_output.c130 #include <netinet6/ip6protosw.h>
H A Dicmp6.c128 #include <netinet6/ip6protosw.h>
142 extern struct ip6protosw *ip6_protox[];
176 icmp6_init(struct ip6protosw *pp, struct domain *dp)
H A Dah_input.c100 #include <netinet6/ip6protosw.h>
H A Draw_ip6.c117 #include <netinet6/ip6protosw.h>
H A Dudp6_usrreq.c130 #include <netinet6/ip6protosw.h>
H A Desp_input.c101 #include <netinet6/ip6protosw.h>
H A Dip6_output.c130 #include <netinet6/ip6protosw.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_gif.c101 #include <netinet6/ip6protosw.h>
147 static struct ip6protosw in6_gif_protosw =

Completed in 360 milliseconds