Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dip6_input.c164 struct ip6protosw *ip6_protox[IPPROTO_MAX]; variable
394 ip6_protox[i] = (struct ip6protosw *)pr; in ip6_init()
406 ip6_protox[pr->pr_protocol] = in ip6_init()
1360 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()
1402 if ((pr_input = ip6_protox[nxt]->pr_input) == NULL) { in ip6_input()
1406 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
H A Dicmp6.c142 extern struct ip6protosw *ip6_protox[];
1152 ctlfunc = ip6_protox[nxt]->pr_ctlinput; in icmp6_notify_error()