Home
last modified time | relevance | path

Searched refs:IPHASH_ANON (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprinthashdata.c24 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
26 switch (hp->iph_type & ~IPHASH_ANON)
47 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
73 if ((hp->iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
82 switch (hp->iph_type & ~IPHASH_ANON)
H A Dprinthash.c36 if ((iph.iph_type & IPHASH_ANON) == IPHASH_ANON)
38 switch (iph.iph_type & ~IPHASH_ANON)
59 if ((iph.iph_type & IPHASH_ANON) == IPHASH_ANON)
85 if ((iph.iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
94 switch (iph.iph_type & ~IPHASH_ANON)
H A Dremove_hash.c34 op.iplo_arg = IPHASH_ANON;
H A Dprinthashnode.c67 switch (iph->iph_type & ~IPHASH_ANON)
H A Dload_hash.c52 op.iplo_arg = IPHASH_ANON;
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_htable.c127 if ((op->iplo_arg & IPHASH_ANON) == 0) {
133 i = IPHASH_ANON;
153 iph->iph_type |= IPHASH_ANON;
363 switch (iph->iph_type & ~IPHASH_ANON)
399 switch (iph->iph_type & ~IPHASH_ANON)
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h56 #define IPHASH_ANON 0x80000000 macro
/titanic_50/usr/src/cmd/ipf/tools/
H A Dippool_y.y136 iplo.ipo_flags = IPHASH_ANON;