ip6protosw        101 netinet/ipsec_input.c extern struct ip6protosw inet6sw[];
ip6protosw        129 netinet6/icmp6.c extern struct ip6protosw inet6sw[];
ip6protosw        122 netinet6/in6_proto.c struct ip6protosw inet6sw[] = {
ip6protosw        119 netinet6/ip6_input.c extern struct ip6protosw inet6sw[];
ip6protosw        145 netinet6/ip6_input.c 	struct ip6protosw *pr;
ip6protosw        148 netinet6/ip6_input.c 	pr = (struct ip6protosw *)pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW);
ip6protosw        153 netinet6/ip6_input.c 	for (pr = (struct ip6protosw *)inet6domain.dom_protosw;
ip6protosw        154 netinet6/ip6_input.c 	    pr < (struct ip6protosw *)inet6domain.dom_protoswNPROTOSW; pr++)
ip6protosw        114 netinet6/ip6protosw.h struct ip6protosw {