Function riot_sys::bindgen::netif_iter

source ยท
pub unsafe extern "C" fn netif_iter(
    last: *const netif_t,
) -> *mut netif_t
Expand description

@brief Iterator for the interfaces

Returns interface after @p last. To start use last == NULL.

@param[in] last The previous interface. Use NULL to start iteration.

@return next network interface. @return NULL, if there is no interface after @p last