Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 31) sorted by relevance

12

/openthread-latest/script/
Dcheck-posix-pty177 send "region\r\n"
180 send "dataset init new\r\n"
182 send "dataset commit active\r\n"
184 send "routerselectionjitter 1\r\n"
186 send "ifconfig up\r\n"
188 send "thread start\r\n"
191 send "state\r\n"
194 send "extaddr\r\n"
196 send "dataset active\r\n"
198 send "ipaddr\r\n"
[all …]
/openthread-latest/src/cli/
DREADME_UDP.md24 On node 2, open the example UDP socket and send a simple message.
28 > udp send fdde:ad00:beef:0:bb1:ebd6:ad10:f33 1234 hello
47 - [send](#send-ip-port-message)
62 send
156 ### send \<ip\> \<port\> \<message\>
162 - message: the message to send.
165 > udp send fdde:ad00:beef:0:bb1:ebd6:ad10:f33 1234 hello
174 > udp send 172.17.0.1 1234 hello
179 ### send \<ip\> \<port\> \<type\> \<value\>
191 > udp send fdde:ad00:beef:0:bb1:ebd6:ad10:f33 1234 -t hello
[all …]
DREADME_TCP.md24 On node 2, initialize the TCP CLI module, connect to node 1, and send a simple message.
29 > tcp send hello
47 After running the `tcp send` command on node 2, you should see a printout on node 1 similar to belo…
62 - [send](#send-message)
85 - size: the number of bytes to send for the benchmark. If it is left unspecified, the default size …
170 send-message
206 ### send \<message\>
210 - message: the message to send.
213 > tcp send hello
DREADME_COMMISSIONER.md58 - mask: Bitmask identifying channels to send MLE Announce messages.
234 This command will cause the device to send `LEAD_PET` and `LEAD_KA` messages.
263 This command will cause the device to send `LEAD_KA[Reject]` messages.
DREADME_COAP.md175 …e or "non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random …
192 …e or "non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random …
DREADME_COAPS.md177 …e or "non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random …
205 …e or "non-con" for Non-confirmable (default). Use "block-<block-size>" to send blocks with random …
/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream_secure.py89 await self.stream.send(data)
97 await self.stream.send(data)
107 async def send(self, bytes): member in BleStreamSecure
110 await self.stream.send(encode)
137 await self.send(bytes)
145 await self.send(data)
Dudp_stream.py47 async def send(self, data): member in UdpStream
Dble_stream.py75 async def send(self, data): member in BleStream
/openthread-latest/third_party/mbedtls/repo/docs/
Dtls13-early-data.md5 An application function to write and send a buffer of data to a server through
37 completing the handshake before to write and send data to the server. The
38 mbedtls_ssl_write() may not be able to write and send all data in one go thus
40 send.
42 An application function to write and send early data and only early data,
77 All together, code to write and send a buffer of data as long as possible as
103 code to write and send a buffer of data could plausibly look like:
/openthread-latest/src/core/diags/
DREADME.md17 - [diag send](#diag-send-packets-length)
85 …he frame (hex encoded) to be used by `diag send` and `diag repeat`. The frame may be overwritten b…
160 ### diag send \<packets\> [length]
164 … length is omitted. Otherwise overwrite the frame set by `diag frame` and send a frame of the give…
167 > diag send 20 100
176 … length is omitted. Otherwise overwrite the frame set by `diag frame` and send a frame of the give…
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c509 goto send; in tcp_output()
525 goto send; in tcp_output()
528 goto send; in tcp_output()
530 goto send; in tcp_output()
532 goto send; in tcp_output()
534 goto send; in tcp_output()
622 goto send; in tcp_output()
626 goto send; in tcp_output()
635 goto send; in tcp_output()
639 goto send; in tcp_output()
[all …]
/openthread-latest/tests/fuzz/
DCMakeLists.txt73 add_executable(ot-ip6-send-fuzzer
78 target_compile_options(ot-ip6-send-fuzzer
83 target_include_directories(ot-ip6-send-fuzzer
88 target_link_libraries(ot-ip6-send-fuzzer
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/THCI/
DOpenThread_Sim.py100 self.send('exit\n')
110 def send(self, cmd): member in SSHHandle
191 self.__handle.send(line + '\n')
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/
Dsniffer_transport.py62 def send(self, data, nodeid): member in SnifferTransport
141 def send(self, data, nodeid): member in SnifferSocketTransport
/openthread-latest/tests/scripts/thread-cert/
Dsniffer_transport.py63 def send(self, data, nodeid): member in SnifferTransport
148 def send(self, data, nodeid): member in SnifferSocketTransport
/openthread-latest/src/posix/platform/
Ddaemon.cpp114 rval = send(mSessionSocket, buf, static_cast<size_t>(rval), MSG_NOSIGNAL); in OutputFormatV()
Dnetif.cpp491 if (send(sNetlinkFd, &req, req.nh.nlmsg_len, 0) != -1) in UpdateUnicastLinux()
682 if (send(sNetlinkFd, &req, sizeof(req), 0) < 0) in AddRoute()
736 if (send(sNetlinkFd, &req, sizeof(req), 0) < 0) in DeleteRoute()
2007 if (send(sNetlinkFd, &req, req.nh.nlmsg_len, 0) != -1)
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md73 …ssl_fork_server.c): a simple HTTPS server using one process per client to send a fixed response. T…
77 …l_pthread_server.c): a simple HTTPS server using one thread per client to send a fixed response. T…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function287 * can send a single message from the client to the server.
301 mbedtls_ssl_send_t *send;
306 send = mbedtls_test_mock_tcp_send_nb;
309 send = mbedtls_test_mock_tcp_send_b;
331 send_ret = send(&client, message + written, MSGLEN - written);
337 /* If the buffer is full we can test blocking and non-blocking send */
339 int blocking_ret = send(&client, message, 1);
382 * can send messages in both direction at the same time (with the I/O calls
401 mbedtls_ssl_send_t *send;
405 send = mbedtls_test_mock_tcp_send_nb;
[all …]
/openthread-latest/tools/cp-caps/
DREADME.md105 diag send 100 64 ----------------------------------------- OK
/openthread-latest/tests/toranj/cli/
Dcli.py164 self._cli_process.send(cmd + '\n')
208 self._cli_process.send('exit\n')
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md49 …at exit and whenever the `SIGUSR1` signal is received. The easiest way to send that signal to `spi…
/openthread-latest/third_party/mbedtls/repo/library/
Dnet_sockets.c57 #define write(fd, buf, len) send(fd, (char *) (buf), (int) (len), 0)
/openthread-latest/third_party/mbedtls/repo/
DSECURITY.md4 send an email to the security team at

12