Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprinthashdata.c22 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
24 switch (hp->iph_type & ~IPHASH_ANON)
45 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
71 if ((hp->iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
80 switch (hp->iph_type & ~IPHASH_ANON)
H A Dprinthash.c34 if ((iph.iph_type & IPHASH_ANON) == IPHASH_ANON)
36 switch (iph.iph_type & ~IPHASH_ANON)
57 if ((iph.iph_type & IPHASH_ANON) == IPHASH_ANON)
83 if ((iph.iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
92 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;
/illumos-gate/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)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h56 #define IPHASH_ANON 0x80000000 macro
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y134 iplo.ipo_flags = IPHASH_ANON;