Home
last modified time | relevance | path

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

/mirbsd/src/sbin/dhclient/
Ddhctoken.h53 #define TOK_LEASE 266 macro
Dclparse.c122 if (token != TOK_LEASE) { in read_client_leases()
228 case TOK_LEASE: in parse_client_statement()
Dconflex.c329 { "lease", TOK_LEASE },
/mirbsd/src/usr.sbin/dhcpd/
Ddhctoken.h59 #define TOK_LEASE 271 macro
Dconflex.c340 { "lease", TOK_LEASE },
Dconfpars.c123 if (token != TOK_LEASE) { in read_leases()