Searched refs:ip6_protox (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c127 u_char ip6_protox[IPPROTO_MAX]; variable
218 /* Initialize the entire ip6_protox[] array to IPPROTO_RAW. */
220 ip6_protox[i] = pr - inet6sw;
223 * in ip6_protox[].
231 ip6_protox[pr->pr_protocol] = pr - inet6sw;
238 * The protocol to be inserted into ip6_protox[] must be already registered
257 if (ip6_protox[ip6proto] != pr - inet6sw) /* IPPROTO_RAW */
267 ip6_protox[pr->pr_protocol] = pr - inet6sw;
287 if (ip6_protox[ip6proto] == pr - inet6sw) /* IPPROTO_RAW */
291 ip6_protox[ip6prot
[all...]
H A Dip6_ipsec.c182 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
H A Din6.h645 extern u_char ip6_protox[];
H A Dicmp6.c1189 (inet6sw[ip6_protox[nxt]].pr_ctlinput);
/freebsd-9.3-release/sys/netipsec/
H A Dipsec_input.c768 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
773 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1581 &inet6sw[ip6_protox[IPPROTO_IPV6]].pr_pfh);
1630 &inet6sw[ip6_protox[IPPROTO_IPV6]].pr_pfh);

Completed in 175 milliseconds