Searched refs:send (Results 526 – 550 of 567) sorted by relevance
1...<<212223
/Zephyr-latest/tests/net/ethernet_mgmt/src/ |
D | main.c | 510 .send = eth_fake_send,
|
/Zephyr-latest/tests/net/ipv6_fragment/src/ |
D | main.c | 1580 .send = sender_iface,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 161 .send = dist_fw_send,
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ncm.c | 1192 .send = cdc_ncm_send,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 146 * Added CAP stream send and tx sync 823 * Introduced an API to send ICMP Echo Request (ping). 913 * Made send timeout configurable (:kconfig:option:`CONFIG_NET_SOCKET_MAX_SEND_WAIT`). 2181 * Added a new type of observer called Message Subscriber. ZBus' VDED will send a copy of the
|
D | release-notes-3.2.rst | 869 * Fixed a potential deadlock in TCP :c:func:`send` call. 1426 are too large for the remote device instead of failing to send them, if the 1687 - :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha… 1904 * :github:`50061` - Bluetooth: Samples: bluetooth_audio_source does not send multiple streams 1968 * :github:`49629` - Bluetooth: ISO Broadcast sample fails to send data on nRF5340 2009 * :github:`49315` - loopback socket send from shell hangs 2124 * :github:`48514` - bsim mesh establish_multi.sh doesn't send data for one of devices
|
D | release-notes-1.14.rst | 414 * :github:`18194` - [zephyr 1.14][MESH/NODE/CFG/HBP/BV-05-C] Zephyr does not send Heartbeat message… 420 * :github:`18522` - BLE: Mesh: When transport send seg_msg to LPN 1256 * :github:`14780` - USB: netusb: Unable to send maximum Ethernet packet 1561 * :github:`13380` - sockets: ordering of send() vs. poll() when using socket API + DTLS causes a cr… 1595 * :github:`13211` - net/sockets: send/sendto broken when len > MTU 1898 * :github:`11232` - nrf52: reel_board: USB unable to send fragmented packets through Control endpoi… 2148 * :github:`9763` - samples/net/http_client: Failed to send Head requrest
|
D | release-notes-3.1.rst | 1215 - :github:`44410` - drivers: modem: shell: ``modem send`` doesn't honor line ending in modem cmd ha… 1624 * :github:`43924` - ipc_service: Extend API with zero-copy send 1705 * :github:`43440` - Bluetooth: L2CAP send le data lack calling net_buf_unref() function 1856 … llcp: Refectored PHY Update procedure asserts while waiting for free buffers to send notifications 1893 * :github:`41191` - LE Audio: Update pac_indicate to actually send data
|
D | release-notes-1.13.rst | 204 * Added a new Bluetooth shell command to send arbitrary HCI commands to the 402 * :github:`9131` - samples/net/coaps_server: Failed to send response to coaps_client
|
D | migration-guide-4.0.rst | 500 bridged Ethernet interface can send and receive data normally.
|
D | release-notes-2.3.rst | 325 * Converted loopback driver to use a thread to send frames 934 * :github:`24727` - Unable allocate buffer to send mesh message 1047 * :github:`24101` - Bluetooth: Mesh: Transport Segment send failed lead to seg_tx un-free
|
D | release-notes-1.12.rst | 367 * :github:`5344` - samples/net/http_client: unable to send the proper http request to Apache server… 390 * :github:`5956` - samples/net/coap_server: Failed to send response to coap client
|
D | release-notes-2.4.rst | 986 * :github:`28216` - socket: send fails instead of blocking when there are no more net buffers 1046 * :github:`28045` - [mimxrt1050_evk] uart_fifo_fill only send 1 byte 1072 * :github:`27915` - Samples:LoRa send;sx126x with NRF52840dk ,no data from SPI miso 1367 …ci_usb (hci_usb fw : \ncs\v1.3.0\zephyr\samples\bluetooth\hci_usb) set mac and send/receive files ?
|
D | release-notes-1.11.rst | 247 * :github:`3439` - IP stack: No MTU handling on send()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 1076 err = srv->cb->send(srv, xfer.slot, &srv->io); in bt_mesh_dfd_srv_start()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 1724 SHELL_CMD_ARG(net-send, NULL, "<HexString>", cmd_net_send,
|
/Zephyr-latest/doc/project/ |
D | project_roles.rst | 318 should send the requested changes to the TSC and give members of the TSC two
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_adin2111.c | 1512 .send = adin2111_port_send,
|
D | eth_sam_gmac.c | 2108 .send = eth_tx,
|
/Zephyr-latest/drivers/can/ |
D | can_mcp251xfd.c | 1694 .send = mcp251xfd_send,
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 388 serial port driver on which to send the console (:code:`printk`, 392 can be used to send all output to a circular buffer that can be read
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 775 Keepalive period in seconds to send keepalive packets to the AP.
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 197 .send = tester_send,
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac.c | 1771 .send = eth_dwc_xgmac_send,
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 404 A remote adversary with the ability to send arbitrary CoAP packets to 1618 A malicious BLE device can send a specific order of packet
|
1...<<212223