Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_htable.c165 iph->iph_masks[0] = 0;
166 iph->iph_masks[1] = 0;
167 iph->iph_masks[2] = 0;
168 iph->iph_masks[3] = 0;
348 iph->iph_masks[0] |= 1 << (bits - 96);
350 iph->iph_masks[1] |= 1 << (bits - 64);
352 iph->iph_masks[2] |= 1 << (bits - 32);
354 iph->iph_masks[3] |= 1 << bits;
360 iph->iph_masks[3] |= 1 << bits;
527 hmsk = iph->iph_masks[3];
[all …]
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprinthashdata.c98 hp->iph_masks[0]);
106 if ((1 << i) & hp->iph_masks[0]) {
H A Dprinthash.c110 iph.iph_masks[3]);
117 if ((1 << i) & iph.iph_masks[3]) {
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h48 u_int iph_masks[4]; /* IPv4 or IPv6 netmasks in use */ member