files.netinet revision 1.12
11.4Stsutsui#	$NetBSD: files.netinet,v 1.12 2006/10/09 16:27:07 rpaulo Exp $
21.2Sthorpej
31.2Sthorpejdefflag opt_tcp_debug.h		TCP_DEBUG
41.2Sthorpejdefparam opt_tcp_debug.h	TCP_NDEBUG
51.2Sthorpejdefflag opt_inet.h		INET INET6 INET6_MD_CKSUM TCP_SIGNATURE
61.2Sthorpej				TCP_OUTPUT_COUNTERS TCP_REASS_COUNTERS
71.2Sthorpejdefparam opt_inet_conf.h	SUBNETSARELOCAL HOSTZEROBROADCAST
81.2Sthorpej
91.2Sthorpejdefflag				MROUTING
101.2Sthorpejdefflag				PIM
111.2Sthorpejdefflag				TCP_COMPAT_42
121.2Sthorpej
131.2Sthorpejdefparam opt_tcp_space.h	TCP_RECVSPACE TCP_SENDSPACE
141.2Sthorpej
151.2Sthorpejdefflag opt_inet_csum.h		INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
161.2Sthorpej				UDP_CSUM_COUNTERS
171.2Sthorpej
181.2Sthorpejdefparam opt_tcp_congctl.h	TCP_CONGCTL_DEFAULT
191.2Sthorpej
201.2Sthorpejfile	netinet/igmp.c		inet
211.2Sthorpejfile	netinet/in.c		inet
221.2Sthorpejfile	netinet/in_pcb.c	inet
231.2Sthorpejfile	netinet/in_proto.c	inet
241.2Sthorpejfile	netinet/ip_flow.c	inet & gateway
251.2Sthorpejfile	netinet/ip_icmp.c	inet
261.2Sthorpejfile	netinet/ip_id.c		inet
271.2Sthorpejfile	netinet/ip_input.c	inet
281.2Sthorpejfile	netinet/ip_mroute.c	inet & mrouting
291.2Sthorpejfile	netinet/ip_output.c	inet
301.2Sthorpejfile	netinet/raw_ip.c	inet
311.2Sthorpej
321.2Sthorpejfile	netinet/tcp_debug.c	(inet | inet6) & tcp_debug
331.2Sthorpejfile	netinet/tcp_input.c	inet | inet6
341.2Sthorpejfile	netinet/tcp_output.c	inet | inet6
351.2Sthorpejfile	netinet/tcp_sack.c	inet | inet6
361.2Sthorpejfile	netinet/tcp_subr.c	inet | inet6
371.2Sthorpejfile	netinet/tcp_timer.c	inet | inet6
381.2Sthorpejfile	netinet/tcp_usrreq.c	inet | inet6
391.2Sthorpejfile	netinet/tcp_congctl.c	inet | inet6
401.2Sthorpej
411.2Sthorpejfile	netinet/udp_usrreq.c	inet | inet6
421.2Sthorpej