Home
last modified time | relevance | path

Searched refs:POOL_DECL (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c748 if (type == POOL_DECL) in parse_statement()
831 if (type == POOL_DECL) in parse_statement()
1160 pool->kind = POOL_DECL; in parse_pool_statement()
1169 type = POOL_DECL; in parse_pool_statement()
1228 pools->kind = POOL_DECL; in parse_pool_statement()
2709 case POOL_DECL: in close_group()
2726 if (parent->kind == POOL_DECL) in close_group()
3139 if (type != POOL_DECL) { in parse_address_range()
3172 pools->kind = POOL_DECL; in parse_address_range()
3295 if (type != POOL_DECL) { in parse_address_range6()
[all …]
H A Dkeama.h135 #define POOL_DECL 8 macro
H A Dparse.c4933 (cfile->stack[where]->kind == POOL_DECL)) in parse_config_statement()
5025 if (kind == POOL_DECL) { in config_def_valid_lifetime()
5064 if (kind == POOL_DECL) { in config_min_valid_lifetime()
5103 if (kind == POOL_DECL) { in config_max_valid_lifetime()
5365 (cfile->stack[scope]->kind != POOL_DECL)) in config_qualifying_suffix()
5400 (cfile->stack[scope]->kind != POOL_DECL)) in config_enable_updates()
5448 (cfile->stack[scope]->kind != POOL_DECL)) in config_ddns_update_style()
5461 (cfile->stack[scope]->kind != POOL_DECL)) in config_ddns_update_style()
5517 if (kind == POOL_DECL) { in config_preferred_lifetime()
5576 if (kind == POOL_DECL) { in config_match_client_id()
H A Ddoc.txt146 SUBNET_DECL, CLASS_DECL, GROUP_DECL and POOL_DECL.
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dconfpars.c614 if (type == POOL_DECL) {
674 if (type == POOL_DECL) {
1859 POOL_DECL, NULL,
4634 POOL_DECL, NULL,
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h690 #define POOL_DECL 6 macro