Lines Matching +full:assigned +full:- +full:address
8 * SPDX-License-Identifier: Apache-2.0
63 * IPv4 addresses from the configured address pool accordingly.
66 * @param base_addr First IPv4 address from the DHCPv4 address pool. The number
88 * @brief Callback used while iterating over active DHCPv4 address leases
91 * @param lease Pointer to the DHPCv4 address lease slot
99 * @brief Iterate over all DHCPv4 address leases on a given network interface
105 * @param cb User-supplied callback function to call
114 * @brief Callback used to let application provide an address for a given
116 * @details This function is called before assigning an address to a client,
117 * and lets the application override the address for a given client. If the
118 * callback returns 0, addr needs to be a valid address and will be assigned
119 * to the client. If the callback returns anything non-zero, the client will
120 * be assigned an address from the pool.
123 * @param client_id Pointer to client requesting an address
124 * @param addr Address to be assigned to client
134 * @param cb User-supplied callback function to call