esp-idf/components/esp_netif/include
Grigory Kirillov 11d53820f2 Remove semicolons from ESP_IP4ADDR_INIT and ESP_IP6ADDR_INIT macros
There are structs like esp_netif_dns_info_t that have member for
generic ip for which the presence of semicolons is problematic, because
when trying to initialize an ip member with one of these macroses it
results in a syntax error since semicolon is used within curly braces.
2023-05-21 01:34:53 +03:00
..
lwip esp_netif: Make esp_netif_receive() return value configurable 2023-04-05 12:18:21 +02:00
esp_netif_br_glue.h esp_netif: added support for LwIP bridge 2022-06-14 15:29:44 +02:00
esp_netif_defaults.h esp_wifi: Add support for NAN Discovery and Datapath 2023-03-10 11:18:23 +05:30
esp_netif_ip_addr.h Remove semicolons from ESP_IP4ADDR_INIT and ESP_IP6ADDR_INIT macros 2023-05-21 01:34:53 +03:00
esp_netif_net_stack.h esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
esp_netif_ppp.h esp_netif: Extend PPP netif API to control connection failure 2021-09-07 09:03:15 +02:00
esp_netif_sntp.h esp_netif/lwip: Fix core-locking config 2023-01-17 16:15:58 +01:00
esp_netif_types.h lwip: solve some routers do not forward multicast packet issue 2023-03-08 16:58:29 +08:00
esp_netif.h lwip/esp_napt: Added api to enable/disable napt based on esp_netif. 2023-03-23 20:38:03 +11:00
esp_vfs_l2tap.h docs: fix all doxygen warnings 2022-05-12 14:50:03 +08:00