pub unsafe extern "C" fn dhcpv6_client_conf_prefix(
netif: c_uint,
pfx: *const ipv6_addr_t,
pfx_len: c_uint,
valid: u32,
pref: u32,
)
Expand description
@brief Configures a prefix delegation lease that is provided by the server.
@param[in] netif Network interface the prefix delegation was for. @param[in] pfx Prefix for the prefix delegation. @param[in] pfx_len Length of @p pfx in bits. @param[in] valid Valid lifetime of the prefix delegation. @param[in] pref Preferred lifetime of the prefix delegation.