Searched refs:send (Results 301 – 325 of 567) sorted by relevance
1...<<11121314151617181920>>...23
/Zephyr-latest/drivers/mbox/ |
D | mbox_nxp_s32_mru.c | 181 .send = nxp_s32_mru_send,
|
/Zephyr-latest/boards/shields/esp_8266/doc/ |
D | index.rst | 79 - ESP-8266 bootloader won't send garbage. Try connect at 74880 bps if
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 14 traffic in one of the Zephyr network interfaces and send that traffic to
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_esp32.c | 393 .send = eth_esp32_send,
|
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 107 instance and use the command to send the IPM notification followed
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | udp.c | 148 ret = send(data->udp.sock, lorem_ipsum, data->udp.expecting, 0); in send_udp_data()
|
/Zephyr-latest/samples/net/sockets/http_client/src/ |
D | main.c | 110 (void)send(sock, tmp, pos, 0); in payload_cb()
|
/Zephyr-latest/samples/net/sockets/websocket_client/src/ |
D | main.c | 162 return send(sock, buf, len, 0); in sendall_with_bsd_api()
|
/Zephyr-latest/boards/rakwireless/rak5010/doc/ |
D | index.rst | 116 The -o option tells minicom not to send the modem initialization string.
|
/Zephyr-latest/samples/net/virtual/src/ |
D | main.c | 161 .send = virtual_test_interface_send,
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_nxp.c | 530 .send = bt_nxp_send,
|
D | ipc.c | 385 .send = bt_ipc_send,
|
D | spi.c | 426 .send = bt_spi_send,
|
/Zephyr-latest/subsys/net/l2/virtual/ |
D | virtual.c | 99 ret = api->send(iface, pkt); in virtual_send()
|
/Zephyr-latest/boards/arduino/nano_33_iot/doc/ |
D | index.rst | 142 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | tcp.c | 404 SHELL_CMD(send, NULL,
|
/Zephyr-latest/tests/net/bridge/src/ |
D | main.c | 126 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/dhcpv4/client/src/ |
D | main.c | 455 .send = tester_send,
|
/Zephyr-latest/boards/adafruit/feather_m0_basic_proto/doc/ |
D | index.rst | 128 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 240 .send = driver_send,
|
/Zephyr-latest/boards/arduino/zero/doc/ |
D | index.rst | 139 The -o option tells minicom not to send the modem initialization
|
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/ |
D | index.rst | 108 | Once the image name is configured, send the start command.
|
/Zephyr-latest/tests/net/tx_timestamp/src/ |
D | main.c | 133 .send = eth_tx,
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 119 The status list send back from the device will only be filled with data that is non-zero, 135 This will enable the upload check hook which will send image upload requests to
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 190 Enabling this option allows the TCP stack to send periodic TCP 215 The maximum number of keepalive probes TCP should send before dropping
|
1...<<11121314151617181920>>...23