Home
last modified time | relevance | path

Searched refs:sendto (Results 26 – 48 of 48) sorted by relevance

12

/Zephyr-latest/tests/net/icmp/src/
Dmain.c167 .sendto = NULL,
/Zephyr-latest/drivers/wifi/esp_at/
Desp_offload.c768 .sendto = esp_sendto,
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/
Dmqtt_sn_client.c134 .init = tp_init, .sendto = msg_sendto, .recvfrom = tp_recvfrom, .poll = tp_poll}; in setup()
/Zephyr-latest/subsys/net/lib/sockets/
Dsocketpair.c1191 .sendto = spair_sendto,
Dsockets_inet.c3024 .sendto = sock_sendto_vmeth,
Dsockets_tls.c3872 .sendto = tls_sock_sendto_vmeth,
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c613 .sendto = winc1500_sendto,
/Zephyr-latest/doc/connectivity/networking/api/
Dsockets.rst30 ``recv()``, ``recvfrom()``, ``send()``, ``sendto()``, ``connect()``, ``bind()``,
/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink_sockets.c1231 .sendto = simplelink_sendto,
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c1100 .sendto = offload_sendto,
Dwncm14a2a.c1751 .sendto = offload_sendto,
Dublox-sara-r4.c1931 .sendto = offload_sendto,
Dsimcom-sim7080.c629 .sendto = offload_sendto,
Dhl7800.c6324 .sendto = offload_sendto,
/Zephyr-latest/drivers/net/
Dnsos_adapt.c530 ret = sendto(fd, buf, len, in nsos_adapt_sendto()
Dnsos_sockets.c1384 .sendto = nsos_sendto,
/Zephyr-latest/subsys/net/ip/
Dnet_context.c2210 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/
Dwebsocket.c1273 .sendto = websocket_sendto_ctx,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst395 sendto(),yes
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst404 * :github:`4347` - net: BSD Sockets UDP sendto() impl broke tests/net/socket/udp/
Drelease-notes-1.12.rst162 * Support MSG_DONTWAIT in sendto() socket call.
Drelease-notes-2.5.rst503 * Fixed redundant wait after sendto.
Drelease-notes-1.14.rst1595 * :github:`13211` - net/sockets: send/sendto broken when len > MTU

12