Searched refs:sendto (Results 26 – 48 of 48) sorted by relevance
12
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 167 .sendto = NULL,
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_offload.c | 768 .sendto = esp_sendto,
|
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 134 .init = tp_init, .sendto = msg_sendto, .recvfrom = tp_recvfrom, .poll = tp_poll}; in setup()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socketpair.c | 1191 .sendto = spair_sendto,
|
D | sockets_inet.c | 3024 .sendto = sock_sendto_vmeth,
|
D | sockets_tls.c | 3872 .sendto = tls_sock_sendto_vmeth,
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 613 .sendto = winc1500_sendto,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | sockets.rst | 30 ``recv()``, ``recvfrom()``, ``send()``, ``sendto()``, ``connect()``, ``bind()``,
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 1231 .sendto = simplelink_sendto,
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 1100 .sendto = offload_sendto,
|
D | wncm14a2a.c | 1751 .sendto = offload_sendto,
|
D | ublox-sara-r4.c | 1931 .sendto = offload_sendto,
|
D | simcom-sim7080.c | 629 .sendto = offload_sendto,
|
D | hl7800.c | 6324 .sendto = offload_sendto,
|
/Zephyr-latest/drivers/net/ |
D | nsos_adapt.c | 530 ret = sendto(fd, buf, len, in nsos_adapt_sendto()
|
D | nsos_sockets.c | 1384 .sendto = nsos_sendto,
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 2210 bool sendto) in context_sendto() argument 2225 if (sendto && addrlen == 0 && dst_addr == NULL && buf != NULL) { in context_sendto() 2529 if (sendto) { in context_sendto()
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 1273 .sendto = websocket_sendto_ctx,
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 395 sendto(),yes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 404 * :github:`4347` - net: BSD Sockets UDP sendto() impl broke tests/net/socket/udp/
|
D | release-notes-1.12.rst | 162 * Support MSG_DONTWAIT in sendto() socket call.
|
D | release-notes-2.5.rst | 503 * Fixed redundant wait after sendto.
|
D | release-notes-1.14.rst | 1595 * :github:`13211` - net/sockets: send/sendto broken when len > MTU
|
12