Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c638 type == SUBNET_DECL || in parse_statement()
648 if (type == HOST_DECL || type == SUBNET_DECL || in parse_statement()
750 if (type != SUBNET_DECL && type != SHARED_NET_DECL) in parse_statement()
760 if (cfile->stack[i]->kind == SUBNET_DECL) { in parse_statement()
766 if (type != SUBNET_DECL || !subnet) in parse_statement()
778 if (cfile->stack[i]->kind == SUBNET_DECL) { in parse_statement()
784 if ((type != SUBNET_DECL) || !subnet) in parse_statement()
796 if (cfile->stack[i]->kind == SUBNET_DECL) { in parse_statement()
802 if ((type != SUBNET_DECL) || !subnet) in parse_statement()
833 if (type != SUBNET_DECL) in parse_statement()
[all …]
H A Dkeama.h132 #define SUBNET_DECL 5 macro
H A Dparse.c5022 (kind == SUBNET_DECL) || in config_def_valid_lifetime()
5061 (kind == SUBNET_DECL) || in config_min_valid_lifetime()
5100 (kind == SUBNET_DECL) || in config_max_valid_lifetime()
5217 (kind == SUBNET_DECL) || in config_next_server()
5514 (kind == SUBNET_DECL) || in config_preferred_lifetime()
5573 (kind == SUBNET_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.c402 (type == SUBNET_DECL || type == SHARED_NET_DECL)) {
432 type == SUBNET_DECL ||
446 if (type == HOST_DECL || type == SUBNET_DECL ||
617 } else if (type != SUBNET_DECL && type != SHARED_NET_DECL) {
627 if (type != SUBNET_DECL || !group -> subnet) {
640 if ((type != SUBNET_DECL) || (group->subnet == NULL)) {
651 if ((type != SUBNET_DECL) || (group->subnet == NULL)) {
677 } else if (type != SUBNET_DECL) {
1745 if (type == SUBNET_DECL)
2719 SUBNET_DECL, in common_subnet_parsing()
[all …]
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h687 #define SUBNET_DECL 3 macro