Home
last modified time | relevance | path

Searched refs:ip6protosw (Results 1 – 12 of 12) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Din6_proto.c161 struct ip6protosw inet6sw[] = {
332 int in6_proto_count = (sizeof(inet6sw) / sizeof(struct ip6protosw));
349 struct ip6protosw *pr; in in6_dinit()
357 _CASSERT(sizeof(struct protosw) == sizeof(struct ip6protosw)); in in6_dinit()
358 _CASSERT(offsetof(struct ip6protosw, pr_entry) == in in6_dinit()
360 _CASSERT(offsetof(struct ip6protosw, pr_domain) == in in6_dinit()
362 _CASSERT(offsetof(struct ip6protosw, pr_protosw) == in in6_dinit()
364 _CASSERT(offsetof(struct ip6protosw, pr_type) == in in6_dinit()
366 _CASSERT(offsetof(struct ip6protosw, pr_protocol) == in in6_dinit()
368 _CASSERT(offsetof(struct ip6protosw, pr_flags) == in in6_dinit()
[all …]
H A Dip6protosw.h155 struct ip6protosw { struct
156 TAILQ_ENTRY(ip6protosw) pr_entry; /* chain for domain */
182 (struct ip6protosw *, struct domain *); argument
H A DMakefile33 in6_gif.h in6_ifattach.h ip6_ecn.h ip6protosw.h \
H A Dip6_var.h525 struct ip6protosw;
536 extern void ip6_init(struct ip6protosw *, struct domain *);
H A Dip6_input.c165 struct ip6protosw *ip6_protox[IPPROTO_MAX];
355 ip6_init(struct ip6protosw *pp, struct domain *dp) in ip6_init()
397 ip6_protox[i] = (struct ip6protosw *)pr; in ip6_init()
410 (struct ip6protosw *)pr; in ip6_init()
H A Dicmp6.c144 extern struct ip6protosw *ip6_protox[IPPROTO_MAX];
179 icmp6_init(struct ip6protosw *pp, struct domain *dp) in icmp6_init()
/xnu-11215.1.10/bsd/netinet/
H A Dip_encap.h77 struct ip6protosw;
H A Dip_encap.c238 const struct ip6protosw *__single psw; in encap6_input()
284 psw = (const struct ip6protosw *)match->psw; in encap6_input()
H A Dicmp6.h769 struct ip6protosw;
770 void icmp6_init(struct ip6protosw *, struct domain *);
H A Dflow_divert.c146 static struct ip6protosw g_flow_divert_in6_protosw;
148 static struct ip6protosw g_flow_divert_in6_udp_protosw;
152 static struct ip6protosw *g_tcp6_protosw = NULL;
154 static struct ip6protosw *g_udp6_protosw = NULL;
4791 g_tcp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init()
4820 g_udp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()
H A Dmptcp_subr.c159 static struct ip6protosw mptcp_subflow_protosw6;
6910 struct ip6protosw *prp6; in mptcp_init()
6947 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6, in mptcp_init()
/xnu-11215.1.10/bsd/net/
H A Dif_gif.c143 static struct ip6protosw in6_gif_protosw =