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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_input.c156 struct ip6protosw * ip6_protox[IPPROTO_MAX]; variable in typeref:struct:ip6protosw
233 ip6_protox[i] = pr;
238 ip6_protox[pr->pr_protocol] = pr;
952 if ((ipsec_bypass == 0) && (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) {
987 if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) {
989 nxt = (*ip6_protox[nxt]->pr_input)(&m, &off);
993 nxt = (*ip6_protox[nxt]->pr_input)(&m, &off);
H A Dicmp6.c110 extern struct ip6protosw *ip6_protox[];
1090 (ip6_protox[nxt]->pr_ctlinput);

Completed in 31 milliseconds