Home
last modified time | relevance | path

Searched refs:send (Results 126 – 150 of 567) sorted by relevance

12345678910>>...23

/Zephyr-latest/tests/net/hostname/src/
Dmain.c136 .send = sender_iface,
196 .send = eth_fake_send,
/Zephyr-latest/drivers/mbox/
Dmbox_ivshmem.c136 .send = ivshmem_mbox_send,
/Zephyr-latest/drivers/w1/
DKconfig38 Size of the send and receive buffer in bytes.
/Zephyr-latest/drivers/net/
Dcanbus.c150 .send = net_canbus_send,
/Zephyr-latest/samples/drivers/video/tcpserversink/src/
Dmain.c25 ssize_t out_len = send(sock, buf, len, 0); in sendall()
/Zephyr-latest/drivers/can/
Dcan_fake.c112 .send = fake_can_send,
/Zephyr-latest/tests/net/socket/af_packet_ipproto_raw/src/
Dmain.c87 .send = fake_dev_send,
/Zephyr-latest/doc/kernel/services/data_passing/
Dfifos.rst97 to send data to one or more consumer threads.
111 /* create data item to send */
114 /* send data to consumers */
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_client.rst13 The CoAP client library allows application to send CoAP requests and parse CoAP responses.
46 After initialization, the application can send a CoAP request and wait for the response.
/Zephyr-latest/tests/net/socket/tls_ext/src/
Dmain.c185 r = send(client_fd, SECRET, SECRET_SIZE, 0); in server_thread_fn()
375 r = send(client_fd, SECRET, SECRET_SIZE, 0); in test_common()
/Zephyr-latest/doc/connectivity/lora_lorawan/
Dindex.rst19 Zephyr provides APIs for LoRa to send raw data packets directly over the
/Zephyr-latest/doc/services/modbus/
Dindex.rst15 server devices. Server devices themselves are passive and must not send
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h265 void (*send)(struct bt_mesh_blob_cli *cli, uint16_t dst); member
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/
Dmain.c79 zassert_not_null(net_if_l2(iface)->send, "No send() found"); in ZTEST()
/Zephyr-latest/tests/net/lib/dns_dispatcher/src/
Dmain.c110 .send = sender_iface,
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_server.c550 goto send; in coap_service_send()
556 goto send; in coap_service_send()
564 goto send; in coap_service_send()
574 send: in coap_service_send()
/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.h158 return bt_mesh_prov_link.bearer->send(buf, cb, NULL); in bt_mesh_prov_send()
/Zephyr-latest/subsys/lorawan/
DKconfig27 It provides interfaces to send arbitrary messages to the LoRaWAN
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_espi.c149 .send = &ec_host_cmd_espi_send,
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.uart41 reaches the end of a buffer, it will send event requesting next buffer, to be able to
/Zephyr-latest/drivers/ipm/
Dipm_stm32_hsem.c188 .send = stm32_hsem_mailbox_ipm_send,
/Zephyr-latest/samples/drivers/video/tcpserversink/
DREADME.rst5 Capture video frames and send them over the network to a TCP client.
/Zephyr-latest/tests/net/socket/tls_configurations/src/
Dmain.c213 ret = send(socket_fd, test_buf, data_len, 0); in main()
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c693 if (!api->send) { in ethernet_send()
703 goto send; in ethernet_send()
753 goto send; in ethernet_send()
789 send: in ethernet_send()
812 ret = net_l2_send(api->send, net_if_get_device(iface), iface, pkt); in ethernet_send()
/Zephyr-latest/scripts/coredump/
Dcoredump_gdbserver.py32 def send(self, data): member in FakeSocket

12345678910>>...23