Home | History | Annotate | Line # | Download | only in netinet
files.netinet revision 1.22
      1 #	$NetBSD: files.netinet,v 1.22 2011/05/03 18:28:45 dyoung Exp $
      2 
      3 defflag opt_tcp_debug.h		TCP_DEBUG
      4 defparam opt_tcp_debug.h	TCP_NDEBUG
      5 defflag opt_inet.h		INET INET6 TCP_SIGNATURE
      6 				TCP_OUTPUT_COUNTERS TCP_REASS_COUNTERS IPSELSRC
      7 defparam opt_inet_conf.h	SUBNETSARELOCAL HOSTZEROBROADCAST
      8 
      9 defflag				MROUTING
     10 defflag				PIM
     11 defflag				TCP_COMPAT_42
     12 
     13 defparam opt_tcp_space.h	TCP_RECVSPACE TCP_SENDSPACE
     14 
     15 defflag opt_inet_csum.h		INET_CSUM_COUNTERS TCP_CSUM_COUNTERS
     16 				UDP_CSUM_COUNTERS
     17 
     18 defparam opt_tcp_congctl.h	TCP_CONGCTL_DEFAULT
     19 
     20 file	netinet/igmp.c		inet
     21 file	netinet/in.c		inet
     22 file	netinet/in_offload.c	inet
     23 file	netinet/in_pcb.c	inet
     24 file	netinet/in_proto.c	inet
     25 file	netinet/in_selsrc.c	inet & ipselsrc
     26 file	netinet/ip_flow.c	inet & gateway
     27 file	netinet/ip_icmp.c	inet
     28 file	netinet/ip_id.c		inet
     29 file	netinet/ip_input.c	inet
     30 file	netinet/ip_mroute.c	inet & mrouting
     31 file	netinet/ip_output.c	inet
     32 file	netinet/ip_reass.c	inet
     33 file	netinet/raw_ip.c	inet
     34 
     35 file	netinet/tcp_debug.c	(inet | inet6) & tcp_debug
     36 file	netinet/tcp_input.c	inet | inet6
     37 file	netinet/tcp_output.c	inet | inet6
     38 file	netinet/tcp_sack.c	inet | inet6
     39 file	netinet/tcp_subr.c	inet | inet6
     40 file	netinet/tcp_timer.c	inet | inet6
     41 file	netinet/tcp_usrreq.c	inet | inet6
     42 file	netinet/tcp_congctl.c	inet | inet6
     43 file	netinet/tcp_vtw.c	inet | inet6
     44 
     45 file	netinet/udp_usrreq.c	inet | inet6
     46