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