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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h1 /* $FreeBSD: src/sys/netinet6/ip6protosw.h,v 1.2.2.3 2001/07/03 11:01:54 ume Exp $ */
30 /* $KAME: ip6protosw.h,v 1.22 2001/02/08 18:02:08 itojun Exp $ */
154 struct ip6protosw { struct
202 struct ip6protosw *pr_next; /* Chain for domain */
H A DMakefile29 ip6protosw.h ipcomp6.h ipsec6.h \
H A Din6_proto.c157 #include <netinet6/ip6protosw.h>
177 struct ip6protosw inet6sw[] = {
340 int in6_proto_count = (sizeof (inet6sw) / sizeof (struct ip6protosw));
357 register struct ip6protosw *pr;
H A Dip6_input.c158 #include <netinet6/ip6protosw.h>
170 extern struct ip6protosw inet6sw[];
172 struct ip6protosw * ip6_protox[IPPROTO_MAX];
306 struct ip6protosw *pr;
317 if (sizeof(struct protosw) != sizeof(struct ip6protosw))
318 panic("sizeof(protosw) != sizeof(ip6protosw)");
320 pr = (struct ip6protosw *)pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW);
325 for (pr = (struct ip6protosw*)inet6domain.dom_protosw; pr; pr = pr->pr_next) {
H A Dudp6_output.c130 #include <netinet6/ip6protosw.h>
H A Dudp6_usrreq.c129 #include <netinet6/ip6protosw.h>
H A Dicmp6.c127 #include <netinet6/ip6protosw.h>
140 extern struct ip6protosw inet6sw[];
141 extern struct ip6protosw *ip6_protox[];
H A Dah_input.c99 #include <netinet6/ip6protosw.h>
H A Draw_ip6.c118 #include <netinet6/ip6protosw.h>
H A Desp_input.c100 #include <netinet6/ip6protosw.h>
H A Dip6_output.c128 #include <netinet6/ip6protosw.h>
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c111 #include <netinet6/ip6protosw.h>
271 const struct ip6protosw *psw;
317 psw = (const struct ip6protosw *)match->psw;
H A Dtcp_subr.c126 #include <netinet6/ip6protosw.h>
/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c100 #include <netinet6/ip6protosw.h>
146 struct ip6protosw in6_gif_protosw =

Completed in 61 milliseconds