Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_input.c165 struct ip6protosw *ip6_protox[IPPROTO_MAX]; variable
397 ip6_protox[i] = (struct ip6protosw *)pr; in ip6_init()
409 ip6_protox[pr->pr_protocol] = in ip6_init()
1410 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()
1461 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) { in ip6_input()
1465 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
H A Dicmp6.c145 extern struct ip6protosw *ip6_protox[IPPROTO_MAX];
1186 ctlfunc = ip6_protox[nxt]->pr_ctlinput; in icmp6_notify_error()