Searched refs:lwip (Results 1 – 9 of 9) sorted by relevance
4 "lwip/esp_netif_lwip.c"5 "lwip/esp_netif_sntp.c"6 "lwip/esp_netif_lwip_defaults.c"7 "lwip/netif/wlanif.c"8 "lwip/netif/ethernetif.c"9 "lwip/netif/esp_pbuf_ref.c")27 list(APPEND srcs_lwip lwip/esp_netif_lwip_ppp.c)36 list(APPEND srcs_lwip lwip/esp_netif_br_glue.c)43 list(APPEND priv_include_dirs lwip)
19 .lwip = {33 .lwip = {39 .lwip = {46 .lwip = {52 .lwip = {
659 if (esp_netif_stack_config-> lwip.init_fn) { in esp_netif_init_configuration()660 esp_netif->lwip_init_fn = esp_netif_stack_config->lwip.init_fn; in esp_netif_init_configuration()662 if (esp_netif_stack_config->lwip.input_fn) { in esp_netif_init_configuration()663 esp_netif->lwip_input_fn = esp_netif_stack_config->lwip.input_fn; in esp_netif_init_configuration()
69 # if lwip is included in the build, add it as a public requirement so that71 idf_component_optional_requires(PUBLIC lwip)
41 struct esp_netif_netstack_lwip_vanilla_config lwip; member
29 lwip
58 wpa_supplicant hal lwip esp_coex ${extra_priv_requires}
155 # Do this by checking if lwip component is included into the build.157 if(lwip IN_LIST build_components)159 idf_component_get_property(lwip_lib lwip COMPONENT_LIB)
95 BSS section of `lwip`, `net80211`, `pp`, `bt` libraries will be automatically placed