Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/lib/
H A Dprinthashdata.c18 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
22 switch (hp->iph_type & ~IPHASH_ANON)
37 PRINTF("%#x", hp->iph_type);
45 if ((hp->iph_type & IPHASH_ANON) == IPHASH_ANON)
54 if ((hp->iph_type & ~IPHASH_ANON) == IPHASH_LOOKUP)
64 switch (hp->iph_type & ~IPHASH_ANON)
H A Dremove_hash.c39 iph.iph_type = iphp->iph_type;
H A Dprinthashnode.c84 switch (iph->iph_type & ~IPHASH_ANON)
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_htable.h53 u_int iph_type; /* lookup or group map - IPHASH_* */ member
H A Dip_htable.c342 iph->iph_type |= IPHASH_ANON;
648 switch (iph->iph_type & ~IPHASH_ANON)
1007 switch (iph->iph_type & ~IPHASH_ANON)
/freebsd-12.1/contrib/ipfilter/tools/
H A Dippool_y.y114 ipht.iph_type = IPHASH_LOOKUP;
128 ipht.iph_type = IPHASH_GROUPMAP;
487 ipht.iph_type = IPHASH_GROUPMAP;
H A Dippool.c323 type = gettype(argv[optind], &iph.iph_type);
H A Dipf_y.y2380 iph.iph_type = IPHASH_LOOKUP;