Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dip6_input.c164 struct ip6protosw *ip6_protox[IPPROTO_MAX]; variable
398 ip6_protox[i] = (struct ip6protosw *)pr; in ip6_init()
410 ip6_protox[pr->pr_protocol] = in ip6_init()
1369 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()
1411 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) { in ip6_input()
1415 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
H A Dicmp6.c142 extern struct ip6protosw *ip6_protox[];
1181 ctlfunc = ip6_protox[nxt]->pr_ctlinput; in icmp6_notify_error()