Home
last modified time | relevance | path

Searched refs:CONFIG_LWIP_MAX_SOCKETS (Results 1 – 25 of 77) sorted by relevance

1234

/hal_espressif-3.6.0/tools/unit-test-app/components/test_utils/
Dtest_utils.c44 int sockets[CONFIG_LWIP_MAX_SOCKETS]; in test_case_uses_tcpip()
45 for (int i = 0; i < CONFIG_LWIP_MAX_SOCKETS; i++) { in test_case_uses_tcpip()
50 for (int i = 0; i < CONFIG_LWIP_MAX_SOCKETS; i++) { in test_case_uses_tcpip()
/hal_espressif-3.6.0/examples/protocols/http_server/captive_portal/
Dsdkconfig.defaults2 CONFIG_LWIP_MAX_SOCKETS=16
/hal_espressif-3.6.0/components/lwip/port/esp32/include/
Dlwipopts.h88 #define MEMP_NUM_NETCONN CONFIG_LWIP_MAX_SOCKETS
961 #define LWIP_SOCKET_OFFSET (FD_SETSIZE - CONFIG_LWIP_MAX_SOCKETS)
/hal_espressif-3.6.0/components/lwip/port/esp32/
Dvfs_lwip.c31 _Static_assert(MAX_FDS >= CONFIG_LWIP_MAX_SOCKETS, "MAX_FDS < CONFIG_LWIP_MAX_SOCKETS");
/hal_espressif-3.6.0/examples/protocols/sockets/non_blocking/main/
Dnon_blocking_socket_example.c238 const size_t max_socks = CONFIG_LWIP_MAX_SOCKETS - 1; in tcp_server_task()
239 static int sock[CONFIG_LWIP_MAX_SOCKETS - 1]; in tcp_server_task()
/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_main.c410 if (CONFIG_LWIP_MAX_SOCKETS < config->max_open_sockets + 3) { in httpd_start()
413 CONFIG_LWIP_MAX_SOCKETS - 3); in httpd_start()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dvfs.rst123 …IZE - 1``,``FD_SETSIZE`` 在 newlib ``sys/types.h`` 中定义。最大文件描述符由 ``CONFIG_LWIP_MAX_SOCKETS`` 定义,且为套接…
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Dsdkconfig.h205 #define CONFIG_LWIP_MAX_SOCKETS 10 macro
/hal_espressif-3.6.0/tools/ldgen/samples/
Dsdkconfig344 CONFIG_LWIP_MAX_SOCKETS=4
/hal_espressif-3.6.0/examples/protocols/http_server/advanced_tests/main/
Dtests.c376 config.max_open_sockets = (CONFIG_LWIP_MAX_SOCKETS - 3); in test_httpd_start()
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dvfs.rst199 …s ``sys/types.h``. The largest file descriptors (configured by ``CONFIG_LWIP_MAX_SOCKETS``) are re…
/hal_espressif-3.6.0/docs/en/api-guides/
Dlwip.rst440 - Reducing :ref:`CONFIG_LWIP_MAX_SOCKETS` reduces the maximum number of sockets in the system. This…
/hal_espressif-3.6.0/examples/bluetooth/blufi/
Dsdkconfig.defaults.esp32c31056 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/
Dsdkconfig.defaults.esp32c31070 CONFIG_LWIP_MAX_SOCKETS=10

1234