Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprinthashdata.c77 if (hp->iph_seed != 0)
78 PRINTF(" seed = %lu", hp->iph_seed);
96 (u_long)hp->iph_size, hp->iph_seed);
H A Dprinthash.c89 if (iph.iph_seed != 0)
90 PRINTF(" seed = %lu", iph.iph_seed);
108 (u_long)iph.iph_size, iph.iph_seed);
H A Dload_hash.c71 iph.iph_seed = iphp->iph_seed;
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h43 u_long iph_seed; /* hashing seed */ member
/titanic_50/usr/src/cmd/ipf/tools/
H A Dippool_y.y387 seed: IPT_SEED '=' YY_NUMBER { ipht.iph_seed = $3; }
H A Dippool.c262 iph.iph_seed = atoi(optarg);