Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet6/
H A Din6_proto.c210 const struct ip6protosw inet6sw[] = { variable
433 .dom_protosw = (const struct protosw *)inet6sw,
434 .dom_protoswNPROTOSW = (const struct protosw *)&inet6sw[sizeof(inet6sw)/sizeof(inet6sw[0])],
H A Dip6protosw.h143 extern const struct ip6protosw inet6sw[];
H A Dip6_input.c172 ip6_protox[i] = pr - inet6sw; in ip6_init()
177 ip6_protox[pr->pr_protocol] = pr - inet6sw; in ip6_init()
746 if ((inet6sw[ip_protox[nxt]].pr_flags in ip6_input()
755 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &off, nxt); in ip6_input()
H A Dicmp6.c1081 (inet6sw[ip6_protox[nxt]].pr_ctlinput); in icmp6_notify_error()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/netinet6/
H A Dip6protosw.h160 extern struct ip6protosw inet6sw[];
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet6/
H A Dip6protosw.h160 extern struct ip6protosw inet6sw[];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/netinet6/
H A Dip6protosw.h160 extern struct ip6protosw inet6sw[];
/dports/misc/rump/buildrump.sh-b914579/src/sys/netipsec/
H A Dipsec_input.c583 extern const struct ip6protosw inet6sw[];
782 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 && in ipsec6_common_input_cb()
787 nxt = (*inet6sw[ip6_protox[nxt]].pr_input)(&m, &skip, nxt); in ipsec6_common_input_cb()