Searched defs:LEASE (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhcpd.h | 250 #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 D | dhctoken.h | 77 LEASE = 271, enumerator
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | dhctoken.h | 81 LEASE = 271, enumerator
|