files.netinet revision 1.27
11.27Srjs#	$NetBSD: files.netinet,v 1.27 2015/10/13 21:28:35 rjs Exp $
21.1Sthorpej
31.1Sthorpejdefflag opt_tcp_debug.h		TCP_DEBUG
41.1Sthorpejdefparam opt_tcp_debug.h	TCP_NDEBUG
51.20Sjoergdefflag opt_inet.h		INET INET6 TCP_SIGNATURE
61.13Sdyoung				TCP_OUTPUT_COUNTERS TCP_REASS_COUNTERS IPSELSRC
71.1Sthorpejdefparam opt_inet_conf.h	SUBNETSARELOCAL HOSTZEROBROADCAST
81.1Sthorpej
91.1Sthorpejdefflag				MROUTING
101.8Smanudefflag				PIM
111.1Sthorpejdefflag				TCP_COMPAT_42
121.1Sthorpej
131.1Sthorpejdefparam opt_tcp_space.h	TCP_RECVSPACE TCP_SENDSPACE
141.1Sthorpej
151.1Sthorpejdefflag opt_inet_csum.h		INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
161.1Sthorpej				UDP_CSUM_COUNTERS
171.1Sthorpej
181.12Srpaulodefparam opt_tcp_congctl.h	TCP_CONGCTL_DEFAULT
191.12Srpaulo
201.26Srjsdefflag opt_dccp.h		DCCP DCCP_TFRC DCCPSTATES DCCPBHASHSIZE
211.26Srjs				DCCP_DEBUG_ON ACKDEBUG
221.26Srjs
231.27Srjsdefflag opt_sctp.h		SCTP SCTP_DEBUG SCTP_WITH_NO_CSUM
241.27Srjs				SCTP_LOCK_LOGGING SCTP_MBUF_LOGGING
251.27Srjs				SCTP_MBCNT_LOGGING SCTP_PACKET_LOGGING
261.27Srjs				SCTP_LTRACE_CHUNKS SCTP_LTRACE_ERRORS
271.27Srjs				SCTP_USE_PERCPU_STAT SCTP_MCORE_INPUT
281.27Srjs
291.1Sthorpejfile	netinet/igmp.c		inet
301.1Sthorpejfile	netinet/in.c		inet
311.16Syamtfile	netinet/in_offload.c	inet
321.1Sthorpejfile	netinet/in_pcb.c	inet
331.25Schristosfile	netinet/in_print.c
341.1Sthorpejfile	netinet/in_proto.c	inet
351.13Sdyoungfile	netinet/in_selsrc.c	inet & ipselsrc
361.1Sthorpejfile	netinet/ip_flow.c	inet & gateway
371.1Sthorpejfile	netinet/ip_icmp.c	inet
381.5Sitojunfile	netinet/ip_id.c		inet
391.1Sthorpejfile	netinet/ip_input.c	inet
401.1Sthorpejfile	netinet/ip_mroute.c	inet & mrouting
411.1Sthorpejfile	netinet/ip_output.c	inet
421.21Srmindfile	netinet/ip_reass.c	inet
431.1Sthorpejfile	netinet/raw_ip.c	inet
441.1Sthorpej
451.9Sdrochnerfile	netinet/tcp_debug.c	(inet | inet6) & tcp_debug
461.1Sthorpejfile	netinet/tcp_input.c	inet | inet6
471.1Sthorpejfile	netinet/tcp_output.c	inet | inet6
481.10Sjonathanfile	netinet/tcp_sack.c	inet | inet6
491.1Sthorpejfile	netinet/tcp_subr.c	inet | inet6
501.1Sthorpejfile	netinet/tcp_timer.c	inet | inet6
511.1Sthorpejfile	netinet/tcp_usrreq.c	inet | inet6
521.12Srpaulofile	netinet/tcp_congctl.c	inet | inet6
531.22Sdyoungfile	netinet/tcp_vtw.c	inet | inet6
541.1Sthorpej
551.1Sthorpejfile	netinet/udp_usrreq.c	inet | inet6
561.24Schristosfile	netinet/portalgo.c	inet | inet6
571.26Srjs
581.26Srjsfile	netinet/dccp_cc_sw.c	inet & dccp | inet6 & dccp
591.26Srjsfile	netinet/dccp_tcplike.c	inet & dccp | inet6 & dccp
601.26Srjsfile	netinet/dccp_tfrc.c	inet & dccp | inet6 & dccp
611.26Srjsfile	netinet/dccp_usrreq.c	inet & dccp | inet6 & dccp
621.27Srjs
631.27Srjsfile	netinet/sctp_asconf.c		inet & sctp | inet6 & sctp
641.27Srjsfile	netinet/sctp_crc32.c		inet & sctp | inet6 & sctp
651.27Srjsfile	netinet/sctp_hashdriver.c	inet & sctp | inet6 & sctp
661.27Srjsfile	netinet/sctp_indata.c		inet & sctp | inet6 & sctp
671.27Srjsfile	netinet/sctp_input.c		inet & sctp | inet6 & sctp
681.27Srjsfile	netinet/sctp_output.c		inet & sctp | inet6 & sctp
691.27Srjsfile	netinet/sctp_pcb.c		inet & sctp | inet6 & sctp
701.27Srjsfile	netinet/sctp_peeloff.c		inet & sctp | inet6 & sctp
711.27Srjsfile	netinet/sctp_timer.c		inet & sctp | inet6 & sctp
721.27Srjsfile	netinet/sctp_usrreq.c		inet & sctp | inet6 & sctp
731.27Srjsfile	netinet/sctputil.c		inet & sctp | inet6 & sctp
74