Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tools/harness-automation/autothreadharness/
Dpdu_controller.py324 def turn_off(self, sockets): argument
331 logger.info('Executing turn OFF for: {}'.format(sockets))
333 for socket in sockets:
346 def turn_on(self, sockets): argument
354 logger.info('Executing turn ON for: {}'.format(sockets))
356 for socket in sockets:
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md15 … FDs. This is useful for emulating a serial port, or when datagram-based sockets are supplied for …
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4534 * With UDP sockets, it is no longer necessary to call net_bind() again
4726 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
4984 * net module handles timeouts on blocking sockets better (found by Tilman
5215 * Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
/openthread-latest/src/cli/
DREADME.md2734 List all UDP sockets.
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function253 * I/O functions is correct and works as expected on unconnected sockets.