Home
last modified time | relevance | path

Searched refs:lws_netdevs_from_ctx (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Ddevices.c114 lws_netdevs_t *netdevs = lws_netdevs_from_ctx(ctx); in init_plat_devices()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
Ddevices.c133 lws_netdevs_t *netdevs = lws_netdevs_from_ctx(ctx); in init_plat_devices()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
Ddevices.c176 lws_netdevs_t *netdevs = lws_netdevs_from_ctx(ctx); in init_plat_devices()
/third_party/libwebsockets/include/libwebsockets/
Dlws-netdev.h230 lws_netdevs_from_ctx(struct lws_context *ctx);
/third_party/libwebsockets/lib/drivers/netdev/
Dnetdev.c269 lws_netdevs_from_ctx(struct lws_context *ctx) in lws_netdevs_from_ctx() function