Searched refs:ip6protosw (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | in6_proto.c | 164 struct ip6protosw inet6sw[] = { 329 int in6_proto_count = (sizeof(inet6sw) / sizeof(struct ip6protosw)); 346 struct ip6protosw *pr; in in6_dinit() 354 static_assert(sizeof(struct protosw) == sizeof(struct ip6protosw)); in in6_dinit() 355 static_assert(offsetof(struct ip6protosw, pr_entry) == offsetof(struct protosw, pr_entry)); in in6_dinit() 356 static_assert(offsetof(struct ip6protosw, pr_domain) == offsetof(struct protosw, pr_domain)); in in6_dinit() 357 static_assert(offsetof(struct ip6protosw, pr_protosw) == offsetof(struct protosw, pr_protosw)); in in6_dinit() 358 static_assert(offsetof(struct ip6protosw, pr_type) == offsetof(struct protosw, pr_type)); in in6_dinit() 359 static_assert(offsetof(struct ip6protosw, pr_protocol) == offsetof(struct protosw, pr_protocol)); in in6_dinit() 360 static_assert(offsetof(struct ip6protosw, pr_flags) == offsetof(struct protosw, pr_flags)); in in6_dinit() [all …]
|
| H A D | ip6protosw.h | 155 struct ip6protosw { struct 156 TAILQ_ENTRY(ip6protosw) pr_entry; /* chain for domain */
|
| H A D | Makefile | 33 in6_gif.h in6_ifattach.h ip6_ecn.h ip6protosw.h \
|
| H A D | ip6_var.h | 520 struct ip6protosw;
|
| H A D | ip6_input.c | 165 struct ip6protosw *ip6_protox[IPPROTO_MAX]; 397 ip6_protox[i] = (struct ip6protosw *)pr; in ip6_init() 410 (struct ip6protosw *)pr; in ip6_init()
|
| H A D | icmp6.c | 145 extern struct ip6protosw *ip6_protox[IPPROTO_MAX];
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | ip_encap.h | 77 struct ip6protosw;
|
| H A D | ip_encap.c | 238 const struct ip6protosw *__single psw; in encap6_input() 284 psw = (const struct ip6protosw *)match->psw; in encap6_input()
|
| H A D | flow_divert.c | 147 static struct ip6protosw g_flow_divert_in6_protosw; 149 static struct ip6protosw g_flow_divert_in6_udp_protosw; 153 static struct ip6protosw *g_tcp6_protosw = NULL; 155 static struct ip6protosw *g_udp6_protosw = NULL; 4865 g_tcp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init() 4894 g_udp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()
|
| H A D | mptcp_subr.c | 159 static struct ip6protosw mptcp_subflow_protosw6; 6934 struct ip6protosw *prp6; in mptcp_init() 6970 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6, in mptcp_init()
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_gif.c | 143 static struct ip6protosw in6_gif_protosw =
|