Searched defs:fd (Results 1 – 15 of 15) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | udp.cpp | 221 int fd; in otPlatUdpSocket() local 237 int fd; in otPlatUdpClose() local 255 int fd; in otPlatUdpBind() local 291 int fd = FdFromHandle(aUdpSocket->mHandle); in otPlatUdpBindToNetif() local 359 int fd; in otPlatUdpConnect() local 425 int fd; in otPlatUdpSend() local 466 int fd; in otPlatUdpJoinMulticastGroup() local 509 int fd; in otPlatUdpLeaveMulticastGroup() local 558 int fd; in Update() local 619 int fd = FdFromHandle(socket->mHandle); in Process() local
|
D | misc.cpp | 102 int fd = -1; in SocketWithCloseExec() local
|
D | spi_interface.cpp | 259 int fd; in InitResetPin() local 273 int fd; in InitIntPin() local 288 int fd; in InitSpiDev() local
|
D | hdlc_interface.cpp | 452 int fd = -1; in OpenFile() local 663 int fd = -1; in ForkPty() local
|
D | mdns_socket.cpp | 496 int fd; in OpenIp4Socket() local 588 int fd; in OpenIp6Socket() local
|
D | settings_file.cpp | 316 int fd; in SwapOpen() local
|
D | resolver.cpp | 318 int fd = -1; in CreateUdpSocket() local
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | net_sockets.c | 56 #define read(fd, buf, len) recv(fd, (char *) (buf), (int) (len), 0) argument 57 #define write(fd, buf, len) send(fd, (char *) (buf), (int) (len), 0) argument 58 #define close(fd) closesocket(fd) argument 125 static int check_fd(int fd, int for_select) in check_fd() 461 int fd = ctx->fd; in mbedtls_net_poll() local 543 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_recv() local 587 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_recv_timeout() local 632 int fd = ((mbedtls_net_context *) ctx)->fd; in mbedtls_net_send() local
|
/openthread-latest/examples/platforms/simulation/ |
D | simul_utils.c | 81 int fd; in InitRxSocket() local 155 int fd; in InitTxSocketIp6() local 192 int fd; in InitTxSocketIp4() local
|
D | mdns_socket.c | 97 int fd; in OpenIp4Socket() local 182 int fd; in OpenIp6Socket() local
|
D | ble.c | 54 int fd; in initFds() local
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | net_sockets.h | 90 int fd; member
|
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/ |
D | sniffer.py | 163 def _set_nonblocking(self, fd): argument
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_test_lib.c | 396 int idle(mbedtls_net_context *fd, in idle()
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | spi-hdlc-adapter.c | 1140 int fd = -1; in setup_spi_dev() local
|