Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp397 fd_set errorFds; in WaitForWritable() local
403 FD_ZERO(&errorFds); in WaitForWritable()
405 FD_SET(mSockFd, &errorFds); in WaitForWritable()
407 rval = select(mSockFd + 1, nullptr, &writeFds, &errorFds, &timeout); in WaitForWritable()
415 else if (FD_ISSET(mSockFd, &errorFds)) in WaitForWritable()