Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1651 struct ipv6_pool *ipv6_pool; /* pool for this lease */ member
1709 struct ipv6_pool { struct
1710 int refcnt; /* reference count */
1734 * to the ipv6_pools and the allowability of this pool for a given argument
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c2289 isc_result_t (*change_func)(struct ipv6_pool *, in change_leases()