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

/freebsd-10.3-release/sys/netinet6/
H A Dip6_input.c124 u_char ip6_protox[IPPROTO_MAX]; variable
205 /* Initialize the entire ip6_protox[] array to IPPROTO_RAW. */
207 ip6_protox[i] = pr - inet6sw;
210 * in ip6_protox[].
218 ip6_protox[pr->pr_protocol] = pr - inet6sw;
225 * The protocol to be inserted into ip6_protox[] must be already registered
244 if (ip6_protox[ip6proto] != pr - inet6sw) /* IPPROTO_RAW */
254 ip6_protox[pr->pr_protocol] = pr - inet6sw;
274 if (ip6_protox[ip6proto] == pr - inet6sw) /* IPPROTO_RAW */
278 ip6_protox[ip6prot
[all...]
H A Dip6_ipsec.c178 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
H A Din6.h652 extern u_char ip6_protox[];
H A Dicmp6.c1166 (inet6sw[ip6_protox[nxt]].pr_ctlinput);
/freebsd-10.3-release/sys/netipsec/
H A Dipsec_input.c816 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 &&
821 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt);

Completed in 116 milliseconds