Home
last modified time | relevance | path

Searched refs:IRE_ADDR_HASH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ire.h50 #define IRE_ADDR_HASH(addr, table_size) \ macro
59 IRE_ADDR_HASH((addr).s6_addr32[3], table_size)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c445 hash = IRE_ADDR_HASH(dst, ipst->ips_dce_hashsize); in dce_lookup_v4()
524 hash = IRE_ADDR_HASH(dst, ipst->ips_dce_hashsize); in dce_lookup_and_add_v4()
H A Dip_ndp.c155 (&((ipst)->ips_ndp4->nce_hash_tbl[IRE_ADDR_HASH(addr, NCE_TABLE_SIZE)]))