pub unsafe extern "C" fn esp_netif_get_netif_impl_index(
    esp_netif: *mut esp_netif_t
) -> c_int
Expand description

@brief Get net interface index from network stack implementation

@note This index could be used in setsockopt() to bind socket with multicast interface

@param[in] esp_netif Handle to esp-netif instance

@return implementation specific index of interface represented with supplied esp_netif