gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:IN_MULTI_HASH (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/in_var.h - 13.0KB - 369 lines
133: #define IN_IFADDR_HASH(x) in_ifaddrhashtbl[(u_long)(x) % IN_IFADDR_HASH_SIZE]
134: #define IN_MULTI_HASH(x, ifp) \
135:         (in_multihashtbl[(u_long)((x) ^ (ifp->if_index)) % IN_MULTI_HASH_SIZE])