Home
last modified time | relevance | path

Searched refs:inet6sw (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/netinet6/
H A Din6_proto.c266 const struct ip6protosw inet6sw[] = { variable
490 .dom_protosw = (const struct protosw *)inet6sw,
491 .dom_protoswNPROTOSW = (const struct protosw *)&inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])],
H A Dip6protosw.h156 extern const struct ip6protosw inet6sw[];
H A Dip6_input.c193 ip6_protox[i] = pr - inet6sw; in ip6_init()
198 ip6_protox[pr->pr_protocol] = pr - inet6sw; in ip6_init()
752 if ((inet6sw[ip6_protox[nxt]].pr_flags in ip6_input()
765 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt); in ip6_input()
H A Dicmp6.c1107 ctlfunc = inet6sw[ip6_protox[nxt]].pr_ctlinput; in icmp6_notify_error()
/netbsd-src/sys/netipsec/
H A Dipsec_input.c582 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 && in ipsec6_common_input_cb()
595 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt); in ipsec6_common_input_cb()