Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 25 of 34) sorted by relevance

12

/hal_espressif-3.6.0/components/lwip/
Dlinker.lf5 sockets:get_socket (noflash_text)
6 sockets:tryget_socket (noflash_text)
7 sockets:tryget_socket_unconn (noflash_text)
8 sockets:sock_inc_used (noflash_text)
9 sockets:tryget_socket_unconn_nouse (noflash_text)
10 sockets:tryget_socket_unconn_locked (noflash_text)
11 sockets:done_socket (noflash_text)
12 sockets:lwip_recvfrom (noflash_text)
13 sockets:lwip_recv_tcp (noflash_text)
14 sockets:lwip_recv_tcp_from (noflash_text)
[all …]
DKconfig75 int "Max number of open sockets"
80 sockets to be open at the same time conserves memory. Specify
81 the maximum amount of sockets here. The valid value is from 1
91 The virtual filesystem layer of select() redirects sockets to
95 for sockets only.
124 packet will be copied to all of the local sockets that it matches
517 Set default send buffer size for new TCP sockets.
534 Set default TCP receive window size for new TCP sockets.
557 … for all TCP sockets is LWIP_TCP_RECCVMBOX_SIZE multiples the maximum TCP socket number. In other
595 This will not make a difference to sockets where Nagle's algorithm
[all …]
DCMakeLists.txt18 "lwip/src/api/sockets.c"
/hal_espressif-3.6.0/docs/en/api-guides/
Dlwip.rst28 The BSD Sockets API is a common cross-platform TCP/IP sockets API that originated in the Berkeley S…
45 - :example:`protocols/sockets/tcp_server`
46 - :example:`protocols/sockets/tcp_client`
47 - :example:`protocols/sockets/udp_server`
48 - :example:`protocols/sockets/udp_client`
49 - :example:`protocols/sockets/udp_multicast`
55 …nctions are supported. For full details see :component_file:`lwip/lwip/src/include/lwip/sockets.h`.
191 - ``SO_NO_CHECK`` (for UDP sockets only)
202 For multicast UDP sockets:
213 TCP sockets only. Used with level argument ``IPPROTO_TCP``.
[all …]
Dwifi.rst176 …use the wrong status to all sockets. For socket-based applications, the application callback can c…
187 In above scenarios, ideally, the application sockets and the network layer should not be affected, …
191 …nt means that everything is ready and the application can begin its tasks (e.g., creating sockets).
201 …V4 changes, all sockets relating to this IPV4 will become abnormal. Upon receiving this event, the…
205 …nt means that everything is ready and the application can begin its tasks (e.g., creating sockets).
313 … task in the initialization phase if the application task depends on the sockets. Rather, you can …
348 …LwIP task to clear/remove all UDP/TCP connections. Then, all application sockets will be in a wron…
349 …pp:func:`esp_wifi_connect()` be called to reconnect the Wi-Fi, close all sockets and re-create the…
355 … application. When it occurs, the timing is good for closing all created sockets and recreating th…
/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() local
48 sockets[i] = socket(family, type, IPPROTO_IP); in test_case_uses_tcpip()
51 close(sockets[i]); in test_case_uses_tcpip()
/hal_espressif-3.6.0/components/mdns/
DKconfig79 bool "Use BSD sockets for mdns networking"
82 Enables optional mdns networking implementation using BSD sockets
85 This option uses additional N sockets, where N is number of interfaces.
/hal_espressif-3.6.0/tools/ci/
Dmypy_ignore_list.txt96 examples/protocols/sockets/non_blocking/example_test.py
97 examples/protocols/sockets/tcp_client/example_test.py
98 examples/protocols/sockets/tcp_server/example_test.py
99 examples/protocols/sockets/udp_client/example_test.py
100 examples/protocols/sockets/udp_server/example_test.py
/hal_espressif-3.6.0/examples/peripherals/uart/uart_select/
DREADME.md12 file system (VFS) drivers, e.g. LWIP sockets.
15 sockets, ...) where a ready resource can be served without being blocked by a busy resource.
/hal_espressif-3.6.0/examples/protocols/http_server/persistent_sockets/
DREADME.md3 The Example consists of HTTPD server persistent sockets demo.
36 In order to test the HTTPD server persistent sockets demo :
/hal_espressif-3.6.0/components/vfs/
DKconfig48 on peripheral file descriptors (such as UART) and sockets at the same time.
51 sockets only.
/hal_espressif-3.6.0/docs/zh_CN/api-reference/network/
Dindex.rst58 TCP/IP 套接字 API 的示例代码存放在 ESP-IDF 示例项目的 :example:`protocols/sockets` 目录下。
/hal_espressif-3.6.0/examples/protocols/sockets/
DREADME.md17 …cation shows how to use the IPV4 & IPV6 UDP multicast features via the BSD-style sockets interface.
33 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
/hal_espressif-3.6.0/docs/en/api-reference/network/
Dindex.rst58 Code examples for TCP/IP socket APIs are provided in the :example:`protocols/sockets` directory of …
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_https_server.rst28 * :c:member:`httpd_config_t.open_fn` - used to set up secure sockets
/hal_espressif-3.6.0/examples/protocols/mqtt/ws/
DREADME.md5 This example connects to the broker mqtt.eclipseprojects.io over web sockets as a demonstration sub…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dremote-serial-ports.rst38 These raw sockets don't support setting the baud rate or automatic resetting into the bootloader. I…
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_client/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
/hal_espressif-3.6.0/examples/protocols/sockets/udp_server/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
/hal_espressif-3.6.0/examples/protocols/sockets/udp_client/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
/hal_espressif-3.6.0/examples/protocols/sockets/udp_multicast/
DREADME.md3 This example shows how to use the IPV4 & IPV6 UDP multicast features via the BSD-style sockets inte…
/hal_espressif-3.6.0/examples/protocols/sockets/non_blocking/
DREADME.md6 The application aims to demonstrate a simple use of TCP sockets in a nonblocking mode.
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_server/
DREADME.md16 In addition to those tools, simple Python scripts can be found under sockets/scripts directory. Eve…
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp.map441 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
452 …/home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o) (netconn_new_with_proto…
454 … /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o) (netbuf_new)
626 … 0x1b8 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
14358 …0000000000000 0x4 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
14360 …0000000000000 0x4 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
14362 …0000000000000 0x2c /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
14364 …0000000000000 0x24 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
14366 …0000000000000 0x1c /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
14368 …0000000000000 0x18 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(sockets.o)
[all …]
Doverflow.map353 esp-idf/lwip/liblwip.a(sockets.c.obj)
358 esp-idf/lwip/liblwip.a(sockets.c.obj) (lwip_htons)
374 esp-idf/lwip/liblwip.a(sockets.c.obj) (raw_bind_netif)
404 esp-idf/lwip/liblwip.a(sockets.c.obj) (ip6addr_aton)
416 esp-idf/lwip/liblwip.a(sockets.c.obj) (sys_mutex_new)
422 … esp-idf/lwip/liblwip.a(sockets.c.obj) (netconn_new_with_proto_and_callback)
426 esp-idf/lwip/liblwip.a(sockets.c.obj) (err_to_errno)
428 esp-idf/lwip/liblwip.a(sockets.c.obj) (netbuf_delete)
5968 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj)
5970 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj)
[all …]

12