Search | Google it | Results 1 - 1 of 1 for fundef:IN_MULTI_HASH (0.00 seconds) |
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])