Home
last modified time | relevance | path

Searched refs:iph_type (Results 1 – 10 of 10) 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)
39 PRINTF("%#x", hp->iph_type);
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)
51 PRINTF("%#x", iph.iph_type);
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.c40 iph.iph_type = iphp->iph_type;
H A Dload_hash.c56 iph.iph_type = iphp->iph_type;
H A Dprinthashnode.c67 switch (iph->iph_type & ~IPHASH_ANON)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_htable.h47 u_int iph_type; /* lookup or group map - IPHASH_* */ member
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y101 ipht.iph_type = IPHASH_LOOKUP;
109 ipht.iph_type = IPHASH_GROUPMAP;
H A Dippool.c266 type = gettype(optarg, &iph.iph_type);
H A Dipf_y.y2184 iph.iph_type = IPHASH_LOOKUP;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_htable.c153 iph->iph_type |= IPHASH_ANON;
363 switch (iph->iph_type & ~IPHASH_ANON)
399 switch (iph->iph_type & ~IPHASH_ANON)