Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprinthashdata.c16 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON) in printhashdata()
20 switch (hp->iph_type & ~IPHASH_ANON) in printhashdata()
43 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON) in printhashdata()
52 if ((hp->iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP) in printhashdata()
62 switch (hp->iph_type & ~IPHASH_ANON) in printhashdata()
H A Dremove_hash.c30 op.iplo_arg = IPHASH_ANON; in remove_hash()
H A Dprinthashnode.c79 switch (iph->iph_type & ~IPHASH_ANON)
H A Dload_hash.c38 op.iplo_arg = IPHASH_ANON; in load_hash()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c286 if ((op->iplo_arg & IPHASH_ANON) == 0) { in ipf_htable_create()
307 if ((op->iplo_arg & IPHASH_ANON) != 0) { in ipf_htable_create()
308 i = IPHASH_ANON; in ipf_htable_create()
321 iph->iph_type |= IPHASH_ANON; in ipf_htable_create()
603 switch (iph->iph_type & ~IPHASH_ANON) in ipf_htent_remove()
940 switch (iph->iph_type & ~IPHASH_ANON) in ipf_htent_insert()
H A Dip_htable.h62 #define IPHASH_ANON 0x80000000 macro
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y160 iplo.ipo_flags = IPHASH_ANON;