Home | History | Annotate | Line # | Download | only in netinet
      1  1.16   thorpej #	$NetBSD: files.ipfilter,v 1.16 2020/12/04 00:44:39 thorpej Exp $
      2   1.1   thorpej 
      3   1.6  christos defflag	opt_ipfilter.h	IPFILTER_LOG		# logging of ip packets
      4   1.6  christos defflag	opt_ipfilter.h	IPFILTER_DEFAULT_BLOCK
      5  1.12       bad defflag	opt_ipfilter.h	IPFILTER_BPF		# BPF opcodes in rules
      6  1.12       bad defflag	opt_ipfilter.h	IPFILTER_CKSUM		# check layer 4 checksums
      7  1.12       bad defflag	opt_ipfilter.h	IPFILTER_COMPILED	# support for compiled IPF rules
      8  1.12       bad defflag	opt_ipfilter.h	IPFILTER_LOOKUP		# support for ippool(8)
      9  1.12       bad defflag	opt_ipfilter.h	IPFILTER_SCAN		# scanning of packet contents
     10  1.12       bad defflag	opt_ipfilter.h	IPFILTER_SYNC		# synchronisation of state 
     11  1.10   darrenr defflag	opt_ipfilter.h	IPFILTER_COMPAT		# IPFilter version compat.
     12   1.1   thorpej 
     13  1.12       bad defparam opt_ipfilter.h	IPFILTER_LOGSIZE	# size of logging buffer
     14  1.12       bad defparam opt_ipfilter.h	IPSTATE_MAX	# maximum number of references to state table entry
     15  1.12       bad defparam opt_ipfilter.h	IPSTATE_SIZE	# size of state hash table
     16  1.12       bad defparam opt_ipfilter.h	NAT_TABLE_MAX	# maximum number of NAT state entries
     17  1.12       bad defparam opt_ipfilter.h	NAT_TABLE_SZ	# size of NAT state hash table
     18  1.12       bad defparam opt_ipfilter.h	NAT_SIZE	# size of nat rules hash table
     19  1.12       bad defparam opt_ipfilter.h	RDR_SIZE	# size of rdr rules hash table
     20  1.12       bad defparam opt_ipfilter.h	HOSTMAP_SIZE	# size of hostmap hash table
     21  1.12       bad 
     22  1.12       bad 
     23   1.9     pooka defpseudo ipfilter: ifnet, bpf_filter		# XXX not really an ifnet
     24   1.1   thorpej 
     25  1.15  christos file	external/bsd/ipf/netinet/fil.c			ipfilter
     26  1.15  christos file	external/bsd/ipf/netinet/ip_auth.c		ipfilter
     27  1.15  christos file	external/bsd/ipf/netinet/ip_dstlist.c		ipfilter
     28  1.15  christos file	external/bsd/ipf/netinet/ip_fil_netbsd.c	ipfilter needs-flag
     29  1.15  christos file	external/bsd/ipf/netinet/ip_frag.c		ipfilter
     30  1.15  christos file	external/bsd/ipf/netinet/ip_htable.c		ipfilter
     31  1.15  christos file	external/bsd/ipf/netinet/ip_log.c		ipfilter & ipfilter_log
     32  1.15  christos file	external/bsd/ipf/netinet/ip_lookup.c		ipfilter
     33  1.15  christos file	external/bsd/ipf/netinet/ip_nat.c		ipfilter
     34  1.15  christos file	external/bsd/ipf/netinet/ip_nat6.c		ipfilter
     35  1.15  christos file	external/bsd/ipf/netinet/ip_pool.c		ipfilter
     36  1.15  christos file	external/bsd/ipf/netinet/ip_proxy.c		ipfilter
     37  1.15  christos file	external/bsd/ipf/netinet/ip_scan.c		ipfilter & ipfilter_scan
     38  1.15  christos file	external/bsd/ipf/netinet/ip_state.c		ipfilter
     39  1.15  christos file	external/bsd/ipf/netinet/ip_sync.c		ipfilter
     40  1.15  christos file	external/bsd/ipf/netinet/ip_fil_compat.c	ipfilter & ipfilter_compat
     41  1.15  christos file	external/bsd/ipf/netinet/radix_ipf.c		ipfilter
     42   1.5  christos 
     43  1.15  christos makeoptions	ipfilter	CPPFLAGS+="-I$S/external/bsd/ipf"
     44  1.16   thorpej makeoptions	ipfilter	"CWARNFLAGS.ip_sync.c"+="-Wno-error"
     45