Searched refs:hash_table_create (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dhash.h60 extern struct hash_table * hash_table_create(unsigned int hash_size,
H A Dhash.c48 struct hash_table * hash_table_create ( function
148 new_table = hash_table_create(hash_size, hash_tbl->hash_function,
H A Dlease.c206 host_addr_hash_table = hash_table_create(DEFAULT_HASH_SIZE,
212 lease_hash_table = hash_table_create(DEFAULT_HASH_SIZE,
218 server6_hash_table = hash_table_create(DEFAULT_HASH_SIZE,

Completed in 92 milliseconds