Searched refs:eth_netif (Results 1 – 7 of 7) sorted by relevance
171 esp_netif_t *eth_netif = esp_netif_new(&netif_cfg); variable183 TEST_ESP_OK(esp_netif_attach(eth_netif, glue));204 esp_netif_destroy(eth_netif);218 esp_netif_t *eth_netif = esp_netif_new(&netif_cfg); variable230 TEST_ESP_OK(esp_netif_attach(eth_netif, glue));255 esp_netif_destroy(eth_netif);316 esp_netif_t *eth_netif = esp_netif_new(&netif_cfg); variable328 TEST_ESP_OK(esp_netif_attach(eth_netif, glue));364 esp_netif_destroy(eth_netif);
34 static esp_netif_t *eth_netif = NULL; variable54 esp_netif_get_ip_info(eth_netif, &ip); in eth_cmd_control()215 eth_netif = esp_netif_new(&cfg); in register_ethernet()328 ESP_ERROR_CHECK(esp_netif_attach(eth_netif, esp_eth_new_netif_glue(eth_handle))); in register_ethernet()
76 esp_netif_t *eth_netif = esp_netif_new(&netif_cfg); in app_main() local131 ESP_ERROR_CHECK(esp_netif_attach(eth_netif, esp_eth_new_netif_glue(eth_handle))); in app_main()
96 esp_netif_t *eth_netif = esp_netif_new(&cfg); in app_main() local124 ESP_ERROR_CHECK(esp_netif_attach(eth_netif, esp_eth_new_netif_glue(eth_handle))); in app_main()
116 esp_netif_t *eth_netif = esp_netif_new(&cfg); in tcpip_adapter_set_default_eth_handlers() local118 s_esp_netifs[TCPIP_ADAPTER_IF_ETH] = eth_netif; in tcpip_adapter_set_default_eth_handlers()
470 esp_netif_t *eth_netif = get_example_netif_from_desc("eth"); in eth_stop() local482 esp_netif_destroy(eth_netif); in eth_stop()
386 esp_netif_t *eth_netif = esp_netif_new(&cfg); // create network interface for Ethernet driver388 …esp_netif_attach(eth_netif, esp_eth_new_netif_glue(eth_handle)); // attach Ethernet driver to TCP/…