Searched refs:hash_create_size (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dhash.h58 struct hash *hash_create_size (unsigned int, unsigned int (*) (), int (*) ());
H A Dhash.c29 hash_create_size (unsigned int size, function
50 return hash_create_size (HASHTABSIZE, hash_key, hash_cmp);

Completed in 47 milliseconds