HomeSort by: relevance | last modified time | path
    Searched refs:IPHASH_ANON (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printhashdata.c 20 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
24 switch (hp->iph_type & ~IPHASH_ANON)
47 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
56 if ((hp->iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
66 switch (hp->iph_type & ~IPHASH_ANON)
remove_hash.c 33 op.iplo_arg = IPHASH_ANON;
printhashnode.c 55 switch (iph->iph_type & ~IPHASH_ANON)
load_hash.c 42 op.iplo_arg = IPHASH_ANON;
  /src/sys/external/bsd/ipf/netinet/
ip_htable.h 64 #define IPHASH_ANON 0x80000000
ip_htable.c 311 if ((op->iplo_arg & IPHASH_ANON) == 0) {
332 if ((op->iplo_arg & IPHASH_ANON) != 0) {
333 i = IPHASH_ANON;
346 iph->iph_type |= IPHASH_ANON;
628 switch (iph->iph_type & ~IPHASH_ANON)
964 switch (iph->iph_type & ~IPHASH_ANON)
  /src/external/bsd/ipf/dist/
ip_htable.h 64 #define IPHASH_ANON 0x80000000
ip_htable.c 307 if ((op->iplo_arg & IPHASH_ANON) == 0) {
328 if ((op->iplo_arg & IPHASH_ANON) != 0) {
329 i = IPHASH_ANON;
346 iph->iph_type |= IPHASH_ANON;
652 switch (iph->iph_type & ~IPHASH_ANON)
1011 switch (iph->iph_type & ~IPHASH_ANON)
  /src/external/bsd/ipf/dist/tools/
ippool_y.y 166 iplo.ipo_flags = IPHASH_ANON;

Completed in 26 milliseconds