Home
last modified time | relevance | path

Searched refs:PPP_LWIP_NETIF (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c72 assert(obj->base.netif_type == PPP_LWIP_NETIF); in on_ppp_status_changed()
173 assert(obj->base.netif_type == PPP_LWIP_NETIF); in on_ppp_notify_phase()
204 if (!ESP_NETIF_IS_POINT2POINT_TYPE(netif, PPP_LWIP_NETIF)) { in esp_netif_ppp_set_auth()
209 assert(ppp_ctx->base.netif_type == PPP_LWIP_NETIF); in esp_netif_ppp_set_auth()
221 assert(ppp_ctx->base.netif_type == PPP_LWIP_NETIF); in esp_netif_ppp_set_default_netif()
236 ppp_obj->base.netif_type = PPP_LWIP_NETIF; in esp_netif_new_ppp()
258 assert(ppp_ctx->base.netif_type == PPP_LWIP_NETIF); in esp_netif_start_ppp()
286 assert(ppp_ctx->base.netif_type == PPP_LWIP_NETIF); in esp_netif_stop_ppp()
299 assert(ppp_ctx->base.netif_type == PPP_LWIP_NETIF); in esp_netif_destroy_ppp()
308 ((struct lwip_peer2peer_ctx *)netif->related_data)->base.netif_type != PPP_LWIP_NETIF) { in esp_netif_ppp_set_params()
[all …]
Desp_netif_lwip_internal.h56 PPP_LWIP_NETIF, enumerator
Desp_netif_lwip.c312 if (ESP_NETIF_IS_POINT2POINT_TYPE(esp_netif, PPP_LWIP_NETIF)) { in esp_netif_set_default_netif_internal()
512 if (esp_netif && !ESP_NETIF_IS_POINT2POINT_TYPE(esp_netif, PPP_LWIP_NETIF)) { in esp_netif_get_netif_impl()
882 if (ESP_NETIF_IS_POINT2POINT_TYPE(esp_netif, PPP_LWIP_NETIF)) { in esp_netif_destroy_related()
1118 if (ESP_NETIF_IS_POINT2POINT_TYPE(esp_netif, PPP_LWIP_NETIF)) { in esp_netif_start()
1177 if (ESP_NETIF_IS_POINT2POINT_TYPE(esp_netif, PPP_LWIP_NETIF)) { in esp_netif_stop()