files.netinet revision 1.1
11.1Sthorpej#	$NetBSD: files.netinet,v 1.1 2002/10/10 22:45:46 thorpej Exp $
21.1Sthorpej
31.1Sthorpejdefflag opt_tcp_debug.h		TCP_DEBUG
41.1Sthorpejdefparam opt_tcp_debug.h	TCP_NDEBUG
51.1Sthorpejdefflag opt_inet.h		INET INET6 INET6_MD_CKSUM
61.1Sthorpejdefparam opt_inet_conf.h	SUBNETSARELOCAL HOSTZEROBROADCAST
71.1Sthorpej
81.1Sthorpejdefflag				MROUTING
91.1Sthorpejdefflag				TCP_COMPAT_42
101.1Sthorpej
111.1Sthorpejdefparam opt_tcp_space.h	TCP_RECVSPACE TCP_SENDSPACE
121.1Sthorpej
131.1Sthorpejdefflag opt_inet_csum.h		INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
141.1Sthorpej				UDP_CSUM_COUNTERS
151.1Sthorpej
161.1Sthorpejfile	netinet/igmp.c		inet
171.1Sthorpejfile	netinet/in.c		inet
181.1Sthorpejfile	netinet/in_pcb.c	inet
191.1Sthorpejfile	netinet/in_proto.c	inet
201.1Sthorpejfile	netinet/ip_flow.c	inet & gateway
211.1Sthorpejfile	netinet/ip_icmp.c	inet
221.1Sthorpejfile	netinet/ip_input.c	inet
231.1Sthorpejfile	netinet/ip_mroute.c	inet & mrouting
241.1Sthorpejfile	netinet/ip_output.c	inet
251.1Sthorpejfile	netinet/raw_ip.c	inet
261.1Sthorpej
271.1Sthorpejfile	netinet/tcp_debug.c	inet | inet6
281.1Sthorpejfile	netinet/tcp_input.c	inet | inet6
291.1Sthorpejfile	netinet/tcp_output.c	inet | inet6
301.1Sthorpejfile	netinet/tcp_subr.c	inet | inet6
311.1Sthorpejfile	netinet/tcp_timer.c	inet | inet6
321.1Sthorpejfile	netinet/tcp_usrreq.c	inet | inet6
331.1Sthorpej
341.1Sthorpejfile	netinet/udp_usrreq.c	inet | inet6
35