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

/freebsd-10.1-release/sys/netinet6/
H A Dip6protosw.h29 * $KAME: ip6protosw.h,v 1.25 2001/09/26 06:13:03 keiichi Exp $
113 struct ip6protosw { struct
145 extern struct ip6protosw inet6sw[];
H A Dip6_input.c120 #include <netinet6/ip6protosw.h>
167 struct ip6protosw *pr;
198 if (sizeof(struct protosw) != sizeof(struct ip6protosw))
199 panic("sizeof(protosw) != sizeof(ip6protosw)");
201 pr = (struct ip6protosw *)pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW);
212 for (pr = (struct ip6protosw *)inet6domain.dom_protosw;
213 pr < (struct ip6protosw *)inet6domain.dom_protoswNPROTOSW; pr++)
231 struct ip6protosw *pr;
241 pr = (struct ip6protosw *)pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW);
250 for (pr = (struct ip6protosw *)inet6domai
[all...]
H A Din6_gif.c66 #include <netinet6/ip6protosw.h>
85 struct ip6protosw in6_gif_protosw = {
H A Din6_proto.c127 #include <netinet6/ip6protosw.h>
148 struct ip6protosw inet6sw[] = {
H A Dip6_forward.c78 #include <netinet6/ip6protosw.h>
H A Dip6_mroute.c124 #include <netinet6/ip6protosw.h>
144 static const struct ip6protosw in6_pim_protosw = {
H A Draw_ip6.c97 #include <netinet6/ip6protosw.h>
H A Dudp6_usrreq.c115 #include <netinet6/ip6protosw.h>
H A Dicmp6.c103 #include <netinet6/ip6protosw.h>
H A Dip6_output.c116 #include <netinet6/ip6protosw.h>
/freebsd-10.1-release/sys/netinet/
H A Dip_encap.c87 #include <netinet6/ip6protosw.h>
209 const struct ip6protosw *psw;
255 psw = (const struct ip6protosw *)match->psw;
H A Dsctp_os_bsd.h99 #include <netinet6/ip6protosw.h>
H A Dtcp_timewait.c86 #include <netinet6/ip6protosw.h>
H A Dip_carp.c80 #include <netinet6/ip6protosw.h>
2066 static struct ip6protosw in6_carp_protosw = {
H A Dtcp_subr.c99 #include <netinet6/ip6protosw.h>
/freebsd-10.1-release/sys/netipsec/
H A Dxform_ipip.c78 #include <netinet6/ip6protosw.h>
638 static struct ip6protosw ipe6_protosw = {
H A Dipsec_input.c92 #include <netinet6/ip6protosw.h>
/freebsd-10.1-release/sys/net/
H A Dif_gif.c81 #include <netinet6/ip6protosw.h>

Completed in 170 milliseconds