[][src]Function esp_idf_bindgen::esp_netif_init

pub unsafe extern "C" fn esp_netif_init() -> esp_err_t

@brief Initialize the underlying TCP/IP stack

@return - ESP_OK on success - ESP_FAIL if initializing failed

@note This function should be called exactly once from application code, when the application starts up.