Home
last modified time | relevance | path

Searched refs:iph_size (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/ipfilter/lib/
Dload_hash.c53 if (iphp->iph_size == 0)
56 size = iphp->iph_size;
62 iph.iph_size = size;
Dprinthashdata.c76 hp->iph_name, (u_long)hp->iph_size);
96 (u_long)hp->iph_size, hp->iph_seed);
Dprinthash.c40 sz = iph.iph_size * sizeof(*table);
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_htable.c155 iph->iph_size * sizeof(*iph->iph_table));
162 bzero((char *)iph->iph_table, iph->iph_size * sizeof(*iph->iph_table));
280 KFREES(iph->iph_table, iph->iph_size * sizeof(*iph->iph_table));
379 iph->iph_size);
491 hv = IPE_HASH_FN(ips, msk, iph->iph_size);
Dip_htable.h32 size_t iph_size; /* size of hash table */ member
/freebsd-9-stable/contrib/ipfilter/tools/
Dippool_y.y324 size: IPT_SIZE '=' YY_NUMBER { ipht.iph_size = $3; }