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

/xnu-2422.115.4/bsd/netinet6/
H A Dip6_input.c164 struct ip6protosw *ip6_protox[IPPROTO_MAX]; variable in typeref:struct:ip6protosw
305 /* Initialize the entire ip6_protox[] array to IPPROTO_RAW. */
307 ip6_protox[i] = (struct ip6protosw *)pr;
310 * in ip6_protox[], skipping protocols IPPROTO_{IP,RAW}.
318 ip6_protox[pr->pr_protocol] =
1162 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) {
1203 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) {
1207 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) {
H A Dicmp6.c140 extern struct ip6protosw *ip6_protox[];
1129 (ip6_protox[nxt]->pr_ctlinput);

Completed in 26 milliseconds