pub unsafe extern "C" fn dhcpv6_client_req_ia_na(
    netif: c_uint
) -> c_int
Expand description

@brief Configures the client to request non-temporary addresses for a network interface from a server @note For multi-hop WPAN meshes a DHCPv6 relay (which is not implemented in RIOT yet) is required, as DHCPv6 only acts in link scope.

@param[in] netif The interface to request non-temporaty addresses for.

@retval 0 on success @retval -ENOMEM when there is no lease entry available anymore @retval -ENOTSUP when module dhcpv6_client_ia_na is not being used