inet6sw 101 netinet/ipsec_input.c extern struct ip6protosw inet6sw[];
inet6sw 1031 netinet/ipsec_input.c nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
inet6sw 129 netinet6/icmp6.c extern struct ip6protosw inet6sw[];
inet6sw 1088 netinet6/icmp6.c (inet6sw[ip6_protox[nxt]].pr_ctlinput);
inet6sw 122 netinet6/in6_proto.c struct ip6protosw inet6sw[] = {
inet6sw 242 netinet6/in6_proto.c (struct protosw *)inet6sw,
inet6sw 243 netinet6/in6_proto.c (struct protosw *)&inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])], 0,
inet6sw 119 netinet6/ip6_input.c extern struct ip6protosw inet6sw[];
inet6sw 152 netinet6/ip6_input.c ip6_protox[i] = pr - inet6sw;
inet6sw 157 netinet6/ip6_input.c ip6_protox[pr->pr_protocol] = pr - inet6sw;
inet6sw 712 netinet6/ip6_input.c nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);