Function libzt::zts_stats_get_all[][src]

pub unsafe extern "C" fn zts_stats_get_all(
    dst: *mut zts_stats_counter_t
) -> c_int
Expand description

@brief Get all statistical counters for all protocols and levels. See also: lwip/stats.h.

This function can only be used in debug builds.

@param dst Pointer to structure that will be populated with statistics

@return ZTS_ERR_OK on success. ZTS_ERR_ARG or ZTS_ERR_NO_RESULT on failure.