Home
last modified time | relevance | path

Searched refs:LEASE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h250 #define LEASE_GET_NEXT(LQ, LEASE) LEASE->next argument
251 #define LEASE_GET_NEXTP(LQ, LEASE) LEASE->next argument
252 #define LEASE_INSERTP(LQ, LEASE) lease_insert(LQ, LEASE) argument
253 #define LEASE_REMOVEP(LQ, LEASE) lease_remove(LQ, LEASE) argument
262 #define LEASE_GET_NEXT(LQ, LEASE) lc_get_next(&LQ, LEASE) argument
263 #define LEASE_GET_NEXTP(LQ, LEASE) lc_get_next(LQ, LEASE) argument
264 #define LEASE_INSERTP(LQ, LEASE) lc_add_sorted_lease(LQ, LEASE) argument
265 #define LEASE_REMOVEP(LQ, LEASE) lc_unlink_lease(LQ, LEASE) argument
H A Ddhctoken.h77 LEASE = 271, enumerator
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h81 LEASE = 271, enumerator
H A Dconflex.c1099 return LEASE; in intern()
H A Dconfparse.c1859 } else if (token == LEASE) { in parse_class_declaration()
/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c367 case LEASE: in read_client_leases()
808 case LEASE:
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dconflex.c1121 return LEASE; in intern()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dconfpars.c284 if (token == LEASE) { in lease_file_subparse()
2527 } else if (token == LEASE) {