Home
last modified time | relevance | path

Searched refs:GIF_HASH_SIZE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dif_gif.h71 #ifndef GIF_HASH_SIZE
72 #define GIF_HASH_SIZE (1 << 4) macro
H A Dif_gif.c264 hash = malloc(sizeof(struct gif_list) * GIF_HASH_SIZE, in gif_hashinit()
266 for (i = 0; i < GIF_HASH_SIZE; i++) in gif_hashinit()
/f-stack/tools/compat/include/net/
H A Dif_gif.h71 #ifndef GIF_HASH_SIZE
72 #define GIF_HASH_SIZE (1 << 4) macro
/f-stack/freebsd/netinet/
H A Din_gif.c92 in_gif_hashval((src), (dst)) & (GIF_HASH_SIZE - 1)])
94 fnv_32_buf(&(src), sizeof(src), FNV1_32_INIT) & (GIF_HASH_SIZE - 1)])
/f-stack/freebsd/netinet6/
H A Din6_gif.c97 in6_gif_hashval((src), (dst)) & (GIF_HASH_SIZE - 1)])
99 fnv_32_buf((src), sizeof(*src), FNV1_32_INIT) & (GIF_HASH_SIZE - 1)])