Searched refs:poollist (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_conf.h98 struct pool_decl *poollist; member in struct:link_decl
H A Dserver6_parse.y58 static struct pool_decl *poollist = NULL;
221 if (poollist) {
222 link->poollist = poollist;
223 poollist = NULL;
321 pool->next = poollist;
322 poollist = pool;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_conf.h98 struct pool_decl *poollist; member in struct:link_decl
H A Dserver6_parse.y58 static struct pool_decl *poollist = NULL;
221 if (poollist) {
222 link->poollist = poollist;
223 poollist = NULL;
321 pool->next = poollist;
322 poollist = pool;
H A Dserver6_parse.c188 static struct pool_decl *poollist = NULL; variable in typeref:struct:pool_decl
1699 if (poollist) {
1700 link->poollist = poollist;
1701 poollist = NULL;
1779 pool->next = poollist;
1780 poollist = pool;

Completed in 51 milliseconds