Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c636 if (type == SHARED_NET_DECL || in parse_statement()
750 if (type != SUBNET_DECL && type != SHARED_NET_DECL) in parse_statement()
864 (kind == SHARED_NET_DECL) || in parse_statement()
1163 if (type != SUBNET_DECL && type != SHARED_NET_DECL) in parse_pool_statement()
2122 share->kind = SHARED_NET_DECL; in parse_shared_net_declaration()
2171 declaration = parse_statement(cfile, SHARED_NET_DECL, in parse_shared_net_declaration()
2189 shares->kind = SHARED_NET_DECL; in parse_shared_net_declaration()
2375 if ((kind == SHARED_NET_DECL) || in parse_subnet_declaration()
2384 if (kind == SHARED_NET_DECL) in parse_subnet_declaration()
2388 if (kind == SHARED_NET_DECL) in parse_subnet_declaration()
[all …]
H A Dkeama.h131 #define SHARED_NET_DECL 4 macro
H A Dparse.c5021 (kind == SHARED_NET_DECL) || in config_def_valid_lifetime()
5060 (kind == SHARED_NET_DECL) || in config_min_valid_lifetime()
5099 (kind == SHARED_NET_DECL) || in config_max_valid_lifetime()
5513 (kind == SHARED_NET_DECL) || in config_preferred_lifetime()
5572 (kind == SHARED_NET_DECL) || in config_match_client_id()
H A Ddoc.txt145 (changed to a type) in ROOT_GROUP (global), HOST_DECL, SHARED_NET_DECL,
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dconfpars.c402 (type == SUBNET_DECL || type == SHARED_NET_DECL)) {
430 if (type == SHARED_NET_DECL ||
617 } else if (type != SUBNET_DECL && type != SHARED_NET_DECL) {
796 if (type != ROOT_GROUP && type != SHARED_NET_DECL) {
936 if (type != SHARED_NET_DECL)
1199 if (type == SHARED_NET_DECL)
1749 else if (type == SHARED_NET_DECL)
2677 SHARED_NET_DECL,
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h686 #define SHARED_NET_DECL 2 macro