Searched refs:hashlist_element (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dhash.h44 struct hashlist_element { struct
45 struct hashlist_element *next;
52 struct hashlist_element **hash_list;
H A Dhash.c61 hash_tbl->hash_list = malloc(sizeof(struct hashlist_element *)*hash_size);
76 struct hashlist_element *element;
77 element = (struct hashlist_element *)malloc(sizeof(struct hashlist_element));
79 dprintf(LOG_ERR, "Could not malloc hashlist_element");
100 struct hashlist_element *element, *prev_element = NULL;
124 struct hashlist_element *element;
144 struct hashlist_element *element, *oldnext;
H A Dlease.c133 struct hashlist_element *element;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dhash.h44 struct hashlist_element { struct
45 struct hashlist_element *next;
52 struct hashlist_element **hash_list;
H A Dhash.c61 hash_tbl->hash_list = malloc(sizeof(struct hashlist_element *)*hash_size);
76 struct hashlist_element *element;
77 element = (struct hashlist_element *)malloc(sizeof(struct hashlist_element));
79 dprintf(LOG_ERR, "Could not malloc hashlist_element");
100 struct hashlist_element *element, *prev_element = NULL;
124 struct hashlist_element *element;
144 struct hashlist_element *element, *oldnext;
H A Dlease.c133 struct hashlist_element *element;

Completed in 175 milliseconds