Home
last modified time | relevance | path

Searched defs:leasechain (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1016 struct leasechain { struct
1017 struct lease **list; /* lease list */
1018 size_t total; /* max number of elements in this list,
1020 size_t nelem; /* the number of elements, also the next index to use */
1021 size_t growth; /* the growth factor to use when increase an array