1 # $NetBSD: files.netinet,v 1.30 2022/09/20 07:19:14 ozaki-r 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 12 defparam opt_tcp_space.h TCP_RECVSPACE TCP_SENDSPACE 13 14 defflag opt_inet_csum.h INET_CSUM_COUNTERS TCP_CSUM_COUNTERS 15 UDP_CSUM_COUNTERS 16 17 defparam opt_tcp_congctl.h TCP_CONGCTL_DEFAULT 18 19 defflag opt_dccp.h DCCP DCCP_TFRC DCCPSTATES DCCPBHASHSIZE 20 DCCP_DEBUG_ON ACKDEBUG 21 22 defflag opt_sctp.h SCTP SCTP_DEBUG SCTP_WITH_NO_CSUM 23 SCTP_LOCK_LOGGING SCTP_MBUF_LOGGING 24 SCTP_MBCNT_LOGGING SCTP_PACKET_LOGGING 25 SCTP_LTRACE_CHUNKS SCTP_LTRACE_ERRORS 26 SCTP_USE_PERCPU_STAT SCTP_MCORE_INPUT 27 28 file netinet/igmp.c inet 29 file netinet/in.c inet 30 file netinet/in_offload.c inet 31 file netinet/in_pcb.c inet 32 file netinet/in_print.c 33 file netinet/in_proto.c inet 34 file netinet/in_selsrc.c inet & ipselsrc 35 file netinet/ip_flow.c inet & gateway 36 file netinet/ip_icmp.c inet 37 file netinet/ip_input.c inet 38 file netinet/ip_mroute.c inet & mrouting 39 file netinet/ip_output.c inet 40 file netinet/ip_reass.c inet 41 file netinet/raw_ip.c inet 42 43 file netinet/tcp_debug.c (inet | inet6) & tcp_debug 44 file netinet/tcp_input.c inet | inet6 45 file netinet/tcp_output.c inet | inet6 46 file netinet/tcp_sack.c inet | inet6 47 file netinet/tcp_subr.c inet | inet6 48 file netinet/tcp_syncache.c inet | inet6 49 file netinet/tcp_timer.c inet | inet6 50 file netinet/tcp_usrreq.c inet | inet6 51 file netinet/tcp_congctl.c inet | inet6 52 file netinet/tcp_vtw.c inet | inet6 53 54 file netinet/udp_usrreq.c inet | inet6 55 file netinet/portalgo.c inet | inet6 56 57 file netinet/dccp_cc_sw.c inet & dccp | inet6 & dccp 58 file netinet/dccp_tcplike.c inet & dccp | inet6 & dccp 59 file netinet/dccp_tfrc.c inet & dccp | inet6 & dccp 60 file netinet/dccp_usrreq.c inet & dccp | inet6 & dccp 61 62 file netinet/sctp_asconf.c inet & sctp | inet6 & sctp 63 file netinet/sctp_crc32.c inet & sctp | inet6 & sctp 64 file netinet/sctp_hashdriver.c inet & sctp | inet6 & sctp 65 file netinet/sctp_indata.c inet & sctp | inet6 & sctp 66 file netinet/sctp_input.c inet & sctp | inet6 & sctp 67 file netinet/sctp_output.c inet & sctp | inet6 & sctp 68 file netinet/sctp_pcb.c inet & sctp | inet6 & sctp 69 file netinet/sctp_peeloff.c inet & sctp | inet6 & sctp 70 file netinet/sctp_timer.c inet & sctp | inet6 & sctp 71 file netinet/sctp_usrreq.c inet & sctp | inet6 & sctp 72 file netinet/sctputil.c inet & sctp | inet6 & sctp 73