HomeSort by: relevance | last modified time | path
    Searched refs:ip6_protox (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
ip6_input.c 128 u_char ip6_protox[IPPROTO_MAX]; variable in typeref:typename:u_char[]
193 ip6_protox[i] = pr - inet6sw;
198 ip6_protox[pr->pr_protocol] = pr - inet6sw;
752 if ((inet6sw[ip6_protox[nxt]].pr_flags
765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt);
in6.h 612 extern u_char ip6_protox[];
icmp6.c 1107 ctlfunc = inet6sw[ip6_protox[nxt]].pr_ctlinput;
  /src/sys/netipsec/
ipsec_input.c 582 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
595 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);

Completed in 16 milliseconds