files.netinet revision 1.25
11.25Schristos#	$NetBSD: files.netinet,v 1.25 2014/12/02 19:35:27 christos 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.1Sthorpejfile	netinet/igmp.c		inet
211.1Sthorpejfile	netinet/in.c		inet
221.16Syamtfile	netinet/in_offload.c	inet
231.1Sthorpejfile	netinet/in_pcb.c	inet
241.25Schristosfile	netinet/in_print.c
251.1Sthorpejfile	netinet/in_proto.c	inet
261.13Sdyoungfile	netinet/in_selsrc.c	inet & ipselsrc
271.1Sthorpejfile	netinet/ip_flow.c	inet & gateway
281.1Sthorpejfile	netinet/ip_icmp.c	inet
291.5Sitojunfile	netinet/ip_id.c		inet
301.1Sthorpejfile	netinet/ip_input.c	inet
311.1Sthorpejfile	netinet/ip_mroute.c	inet & mrouting
321.1Sthorpejfile	netinet/ip_output.c	inet
331.21Srmindfile	netinet/ip_reass.c	inet
341.1Sthorpejfile	netinet/raw_ip.c	inet
351.1Sthorpej
361.9Sdrochnerfile	netinet/tcp_debug.c	(inet | inet6) & tcp_debug
371.1Sthorpejfile	netinet/tcp_input.c	inet | inet6
381.1Sthorpejfile	netinet/tcp_output.c	inet | inet6
391.10Sjonathanfile	netinet/tcp_sack.c	inet | inet6
401.1Sthorpejfile	netinet/tcp_subr.c	inet | inet6
411.1Sthorpejfile	netinet/tcp_timer.c	inet | inet6
421.1Sthorpejfile	netinet/tcp_usrreq.c	inet | inet6
431.12Srpaulofile	netinet/tcp_congctl.c	inet | inet6
441.22Sdyoungfile	netinet/tcp_vtw.c	inet | inet6
451.1Sthorpej
461.1Sthorpejfile	netinet/udp_usrreq.c	inet | inet6
471.24Schristosfile	netinet/portalgo.c	inet | inet6
48