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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c172 struct ip6protosw * ip6_protox[IPPROTO_MAX]; variable in typeref:struct:ip6protosw
324 ip6_protox[i] = pr;
329 ip6_protox[pr->pr_protocol] = pr;
1145 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) {
1186 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) {
1190 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) {
H A Dicmp6.c141 extern struct ip6protosw *ip6_protox[];
1170 (ip6_protox[nxt]->pr_ctlinput);

Completed in 17 milliseconds