NetBSD/sys/netinet6/files.netinet6
liamjfoy 8aa640dadd Add IPv6 Fast Forward - the IPv4 counterpart:
If ip6_forward successfully forwards a packet, a cache, in this case a
ip6flow struct entry, will be created. ether_input and friends will
then be able to call ip6flow_fastforward with the packet which will then
be passed to if_output (unless an issue is found - in that case the packet
is passed back to ip6_input).

ok matt@ christos@ dyoung@ and joerg@
2007-03-07 22:20:04 +00:00

33 lines
974 B
Plaintext

# $NetBSD: files.netinet6,v 1.7 2007/03/07 22:20:04 liamjfoy Exp $
defflag opt_inet6.h RFC2292
# NOTE: netinet/files.netinet must be included before this one!
file netinet6/dest6.c inet6
file netinet6/frag6.c inet6
file netinet6/icmp6.c inet6
file netinet6/in6.c inet6
file netinet6/in6_cksum.c inet6 & !inet6_md_cksum
file netinet6/in6_ifattach.c inet6
file netinet6/in6_offload.c inet6
file netinet6/in6_pcb.c inet6
file netinet6/in6_proto.c inet6
file netinet6/in6_src.c inet6
file netinet6/ip6_flow.c inet6
file netinet6/ip6_forward.c inet6
file netinet6/ip6_id.c inet6
file netinet6/ip6_input.c inet6
file netinet6/ip6_mroute.c inet6
file netinet6/ip6_output.c inet6
file netinet6/mld6.c inet6
file netinet6/nd6.c inet6
file netinet6/nd6_nbr.c inet6
file netinet6/nd6_rtr.c inet6
file netinet6/raw_ip6.c inet6
file netinet6/route6.c inet6
file netinet6/scope6.c inet6
file netinet6/udp6_output.c inet6
file netinet6/udp6_usrreq.c inet6