Searched refs:hash_anchors (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dlease.h47 extern struct hash_table **hash_anchors;
48 #define server6_hash_table hash_anchors[HT_IAIDADDR]
49 #define lease_hash_table hash_anchors[HT_IPV6LEASE]
50 #define host_addr_hash_table hash_anchors[HT_IPV6ADDR]
64 struct hash_table **hash_anchors; variable in typeref:struct:hash_table
H A Dlease.c201 hash_anchors = (struct hash_table **)malloc(HASH_TABLE_COUNT*sizeof(*hash_anchors));
202 if (!hash_anchors) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dlease.h47 extern struct hash_table **hash_anchors;
48 #define server6_hash_table hash_anchors[HT_IAIDADDR]
49 #define lease_hash_table hash_anchors[HT_IPV6LEASE]
50 #define host_addr_hash_table hash_anchors[HT_IPV6ADDR]
64 struct hash_table **hash_anchors; variable in typeref:struct:hash_table
H A Dlease.c201 hash_anchors = (struct hash_table **)malloc(HASH_TABLE_COUNT*sizeof(*hash_anchors));
202 if (!hash_anchors) {

Completed in 245 milliseconds