1#	$NetBSD: files.netinet,v 1.27 2015/10/13 21:28:35 rjs Exp $
2
3defflag opt_tcp_debug.h		TCP_DEBUG
4defparam opt_tcp_debug.h	TCP_NDEBUG
5defflag opt_inet.h		INET INET6 TCP_SIGNATURE
6				TCP_OUTPUT_COUNTERS TCP_REASS_COUNTERS IPSELSRC
7defparam opt_inet_conf.h	SUBNETSARELOCAL HOSTZEROBROADCAST
8
9defflag				MROUTING
10defflag				PIM
11defflag				TCP_COMPAT_42
12
13defparam opt_tcp_space.h	TCP_RECVSPACE TCP_SENDSPACE
14
15defflag opt_inet_csum.h		INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
16				UDP_CSUM_COUNTERS
17
18defparam opt_tcp_congctl.h	TCP_CONGCTL_DEFAULT
19
20defflag opt_dccp.h		DCCP DCCP_TFRC DCCPSTATES DCCPBHASHSIZE
21				DCCP_DEBUG_ON ACKDEBUG
22
23defflag opt_sctp.h		SCTP SCTP_DEBUG SCTP_WITH_NO_CSUM
24				SCTP_LOCK_LOGGING SCTP_MBUF_LOGGING
25				SCTP_MBCNT_LOGGING SCTP_PACKET_LOGGING
26				SCTP_LTRACE_CHUNKS SCTP_LTRACE_ERRORS
27				SCTP_USE_PERCPU_STAT SCTP_MCORE_INPUT
28
29file	netinet/igmp.c		inet
30file	netinet/in.c		inet
31file	netinet/in_offload.c	inet
32file	netinet/in_pcb.c	inet
33file	netinet/in_print.c
34file	netinet/in_proto.c	inet
35file	netinet/in_selsrc.c	inet & ipselsrc
36file	netinet/ip_flow.c	inet & gateway
37file	netinet/ip_icmp.c	inet
38file	netinet/ip_id.c		inet
39file	netinet/ip_input.c	inet
40file	netinet/ip_mroute.c	inet & mrouting
41file	netinet/ip_output.c	inet
42file	netinet/ip_reass.c	inet
43file	netinet/raw_ip.c	inet
44
45file	netinet/tcp_debug.c	(inet | inet6) & tcp_debug
46file	netinet/tcp_input.c	inet | inet6
47file	netinet/tcp_output.c	inet | inet6
48file	netinet/tcp_sack.c	inet | inet6
49file	netinet/tcp_subr.c	inet | inet6
50file	netinet/tcp_timer.c	inet | inet6
51file	netinet/tcp_usrreq.c	inet | inet6
52file	netinet/tcp_congctl.c	inet | inet6
53file	netinet/tcp_vtw.c	inet | inet6
54
55file	netinet/udp_usrreq.c	inet | inet6
56file	netinet/portalgo.c	inet | inet6
57
58file	netinet/dccp_cc_sw.c	inet & dccp | inet6 & dccp
59file	netinet/dccp_tcplike.c	inet & dccp | inet6 & dccp
60file	netinet/dccp_tfrc.c	inet & dccp | inet6 & dccp
61file	netinet/dccp_usrreq.c	inet & dccp | inet6 & dccp
62
63file	netinet/sctp_asconf.c		inet & sctp | inet6 & sctp
64file	netinet/sctp_crc32.c		inet & sctp | inet6 & sctp
65file	netinet/sctp_hashdriver.c	inet & sctp | inet6 & sctp
66file	netinet/sctp_indata.c		inet & sctp | inet6 & sctp
67file	netinet/sctp_input.c		inet & sctp | inet6 & sctp
68file	netinet/sctp_output.c		inet & sctp | inet6 & sctp
69file	netinet/sctp_pcb.c		inet & sctp | inet6 & sctp
70file	netinet/sctp_peeloff.c		inet & sctp | inet6 & sctp
71file	netinet/sctp_timer.c		inet & sctp | inet6 & sctp
72file	netinet/sctp_usrreq.c		inet & sctp | inet6 & sctp
73file	netinet/sctputil.c		inet & sctp | inet6 & sctp
74