ip6protosw
const struct ip6protosw inet6sw[] = {
const struct ip6protosw *pr;
pr = (const struct ip6protosw *)pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW);
for (pr = (const struct ip6protosw *)inet6domain.dom_protosw;
pr < (const struct ip6protosw *)inet6domain.dom_protoswNPROTOSW; pr++)
extern const struct ip6protosw inet6sw[];