HomeSort by: relevance | last modified time | path
    Searched refs:pond (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 990 struct ipv6_pond *pond; local
998 pond = lease->ipv6_pool->ipv6_pond;
1001 if (pond->jumbo_range == 1) {
1005 count = pond->num_total;
1006 used = pond->num_active;
1009 if ((pond->shared_network != NULL) &&
1010 (pond->shared_network->name != NULL)) {
1011 shared_name = pond->shared_network->name;
1024 if (pond->logged !=0) {
1025 if (used <= pond->low_threshold)
1305 struct ipv6_pond *pond; local
1557 struct ipv6_pond *pond; local
1667 struct ipv6_pond *pond; local
2785 struct ipv6_pond *pond; local
3373 struct ipv6_pond *pond = NULL; local
3449 struct ipv6_pond *pond; local
3543 struct ipv6_pond *pond = NULL; local
3644 struct ipv6_pond *pond; local
4730 struct ipv6_pond *pond; local
4784 struct ipv6_pond *pond = NULL; local
4905 struct ipv6_pond *pond; local
    [all...]
mdb6.c 52 * - ipv6_pond - The pond structure is a grouping of the address and prefix
109 * network the server will walk through it's list of ponds. For each pond it
111 * If it finds an acceptable pond it will then walk through the pools for that
112 * pond. The server first checks the type of the pool (NA, TA and PD) agaisnt the
115 * if necessary to the next pond.
118 * statements assocaited with the pond, then the subnet, then the shared
908 /* Dynamic lease in a now eui_64 pond, toss it*/
2522 * \brief Create a new IPv6 pond structure.
2527 * \param pond = space for returning a referenced pointer to the pond
2717 struct ipv6_pond* pond = s->ipv6_pond; local
    [all...]
confpars.c 1551 * \param[in] valid_until or pond structure. One of them will be filled in if
3947 struct ipv6_pond *pond) {
3983 ipv6_pond_reference(&pool->ipv6_pond, pond, MDL);
3986 * Increase our array size for ipv6_pools in the pond
3988 if (pond->ipv6_pools == NULL) {
3992 while (pond->ipv6_pools[num_pools] != NULL) {
4001 memcpy(tmp, pond->ipv6_pools,
4004 if (pond->ipv6_pools != NULL) {
4005 dfree(pond->ipv6_pools, MDL);
4007 pond->ipv6_pools = tmp
4080 struct ipv6_pond *pond = NULL, *last = NULL; local
4142 struct ipv6_pond *pond = NULL; local
4313 struct ipv6_pond *pond = NULL; local
4563 struct ipv6_pond *pond, **p; local
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1725 struct ipv6_pond *ipv6_pond; /* pond for this pool */
1753 isc_uint64_t num_total; /* Total number of elements in the pond */
1754 isc_uint64_t num_active; /* Number of elements in the pond in use */
1765 * Max addresses in a pond that can be supported by log threshold
3866 isc_result_t ipv6_pond_allocate(struct ipv6_pond **pond,
3868 isc_result_t ipv6_pond_reference(struct ipv6_pond **pond,
3871 isc_result_t ipv6_pond_dereference(struct ipv6_pond **pond,

Completed in 94 milliseconds