1 # $NetBSD: files.netinet,v 1.7 2004/05/01 02:21:44 matt Exp $ 2 3 defflag opt_tcp_debug.h TCP_DEBUG 4 defparam opt_tcp_debug.h TCP_NDEBUG 5 defflag opt_inet.h INET INET6 INET6_MD_CKSUM TCP_SIGNATURE 6 TCP_OUTPUT_COUNTERS TCP_REASS_COUNTERS 7 defparam opt_inet_conf.h SUBNETSARELOCAL HOSTZEROBROADCAST 8 9 defflag MROUTING 10 defflag TCP_COMPAT_42 11 12 defparam opt_tcp_space.h TCP_RECVSPACE TCP_SENDSPACE 13 14 defflag opt_inet_csum.h INET_CSUM_COUNTERS TCP_CSUM_COUNTERS 15 UDP_CSUM_COUNTERS 16 17 file netinet/igmp.c inet 18 file netinet/in.c inet 19 file netinet/in_pcb.c inet 20 file netinet/in_proto.c inet 21 file netinet/ip_flow.c inet & gateway 22 file netinet/ip_icmp.c inet 23 file netinet/ip_id.c inet 24 file netinet/ip_input.c inet 25 file netinet/ip_mroute.c inet & mrouting 26 file netinet/ip_output.c inet 27 file netinet/raw_ip.c inet 28 29 file netinet/tcp_debug.c inet | inet6 30 file netinet/tcp_input.c inet | inet6 31 file netinet/tcp_output.c inet | inet6 32 file netinet/tcp_subr.c inet | inet6 33 file netinet/tcp_timer.c inet | inet6 34 file netinet/tcp_usrreq.c inet | inet6 35 36 file netinet/udp_usrreq.c inet | inet6 37