xref: /netbsd-src/sys/netinet/files.netinet (revision 3761620b426e1b9edaa9f1461c5a1efceb38a7fc)
1*3761620bSozaki-r#	$NetBSD: files.netinet,v 1.30 2022/09/20 07:19:14 ozaki-r Exp $
25b2b587cSthorpej
35b2b587cSthorpejdefflag opt_tcp_debug.h		TCP_DEBUG
45b2b587cSthorpejdefparam opt_tcp_debug.h	TCP_NDEBUG
56e869e40Sjoergdefflag opt_inet.h		INET INET6 TCP_SIGNATURE
6a25eaedeSdyoung				TCP_OUTPUT_COUNTERS TCP_REASS_COUNTERS IPSELSRC
75b2b587cSthorpejdefparam opt_inet_conf.h	SUBNETSARELOCAL HOSTZEROBROADCAST
85b2b587cSthorpej
95b2b587cSthorpejdefflag				MROUTING
106e3c6399Smanudefflag				PIM
115b2b587cSthorpej
125b2b587cSthorpejdefparam opt_tcp_space.h	TCP_RECVSPACE TCP_SENDSPACE
135b2b587cSthorpej
145b2b587cSthorpejdefflag opt_inet_csum.h		INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
155b2b587cSthorpej				UDP_CSUM_COUNTERS
165b2b587cSthorpej
17f3330397Srpaulodefparam opt_tcp_congctl.h	TCP_CONGCTL_DEFAULT
18f3330397Srpaulo
1965278823Srjsdefflag opt_dccp.h		DCCP DCCP_TFRC DCCPSTATES DCCPBHASHSIZE
2065278823Srjs				DCCP_DEBUG_ON ACKDEBUG
2165278823Srjs
228c2654abSrjsdefflag opt_sctp.h		SCTP SCTP_DEBUG SCTP_WITH_NO_CSUM
238c2654abSrjs				SCTP_LOCK_LOGGING SCTP_MBUF_LOGGING
248c2654abSrjs				SCTP_MBCNT_LOGGING SCTP_PACKET_LOGGING
258c2654abSrjs				SCTP_LTRACE_CHUNKS SCTP_LTRACE_ERRORS
268c2654abSrjs				SCTP_USE_PERCPU_STAT SCTP_MCORE_INPUT
278c2654abSrjs
285b2b587cSthorpejfile	netinet/igmp.c		inet
295b2b587cSthorpejfile	netinet/in.c		inet
30401e606dSyamtfile	netinet/in_offload.c	inet
315b2b587cSthorpejfile	netinet/in_pcb.c	inet
32dfbbb8d8Schristosfile	netinet/in_print.c
335b2b587cSthorpejfile	netinet/in_proto.c	inet
34a25eaedeSdyoungfile	netinet/in_selsrc.c	inet & ipselsrc
355b2b587cSthorpejfile	netinet/ip_flow.c	inet & gateway
365b2b587cSthorpejfile	netinet/ip_icmp.c	inet
375b2b587cSthorpejfile	netinet/ip_input.c	inet
385b2b587cSthorpejfile	netinet/ip_mroute.c	inet & mrouting
395b2b587cSthorpejfile	netinet/ip_output.c	inet
40bcc65ff0Srmindfile	netinet/ip_reass.c	inet
415b2b587cSthorpejfile	netinet/raw_ip.c	inet
425b2b587cSthorpej
43aeae2d9cSdrochnerfile	netinet/tcp_debug.c	(inet | inet6) & tcp_debug
445b2b587cSthorpejfile	netinet/tcp_input.c	inet | inet6
455b2b587cSthorpejfile	netinet/tcp_output.c	inet | inet6
464ae1f36dSjonathanfile	netinet/tcp_sack.c	inet | inet6
475b2b587cSthorpejfile	netinet/tcp_subr.c	inet | inet6
48*3761620bSozaki-rfile	netinet/tcp_syncache.c	inet | inet6
495b2b587cSthorpejfile	netinet/tcp_timer.c	inet | inet6
505b2b587cSthorpejfile	netinet/tcp_usrreq.c	inet | inet6
51f3330397Srpaulofile	netinet/tcp_congctl.c	inet | inet6
52c2e43be1Sdyoungfile	netinet/tcp_vtw.c	inet | inet6
535b2b587cSthorpej
545b2b587cSthorpejfile	netinet/udp_usrreq.c	inet | inet6
5584f52095Schristosfile	netinet/portalgo.c	inet | inet6
5665278823Srjs
5765278823Srjsfile	netinet/dccp_cc_sw.c	inet & dccp | inet6 & dccp
5865278823Srjsfile	netinet/dccp_tcplike.c	inet & dccp | inet6 & dccp
5965278823Srjsfile	netinet/dccp_tfrc.c	inet & dccp | inet6 & dccp
6065278823Srjsfile	netinet/dccp_usrreq.c	inet & dccp | inet6 & dccp
618c2654abSrjs
628c2654abSrjsfile	netinet/sctp_asconf.c		inet & sctp | inet6 & sctp
638c2654abSrjsfile	netinet/sctp_crc32.c		inet & sctp | inet6 & sctp
648c2654abSrjsfile	netinet/sctp_hashdriver.c	inet & sctp | inet6 & sctp
658c2654abSrjsfile	netinet/sctp_indata.c		inet & sctp | inet6 & sctp
668c2654abSrjsfile	netinet/sctp_input.c		inet & sctp | inet6 & sctp
678c2654abSrjsfile	netinet/sctp_output.c		inet & sctp | inet6 & sctp
688c2654abSrjsfile	netinet/sctp_pcb.c		inet & sctp | inet6 & sctp
698c2654abSrjsfile	netinet/sctp_peeloff.c		inet & sctp | inet6 & sctp
708c2654abSrjsfile	netinet/sctp_timer.c		inet & sctp | inet6 & sctp
718c2654abSrjsfile	netinet/sctp_usrreq.c		inet & sctp | inet6 & sctp
728c2654abSrjsfile	netinet/sctputil.c		inet & sctp | inet6 & sctp
73