Home
last modified time | relevance | path

Searched refs:HOSTMAP_SIZE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_nat.h58 #ifndef HOSTMAP_SIZE
60 # define HOSTMAP_SIZE 8191 macro
62 # define HOSTMAP_SIZE 2047 macro
H A Dip_nat.c339 softn->ipf_nat_hostmap_sz = HOSTMAP_SIZE; in ipf_nat_soft_create()
/netbsd-src/sys/netinet/
H A Dfiles.ipfilter20 defparam opt_ipfilter.h HOSTMAP_SIZE # size of hostmap hash table
/netbsd-src/external/bsd/ipf/dist/
H A Dip_nat6.c401 hv %= HOSTMAP_SIZE;