Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dmisc.cpp99 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec() argument
108 rval |= aBlockOption == kSocketNonBlock ? O_NONBLOCK | FD_CLOEXEC : FD_CLOEXEC; in SocketWithCloseExec()
111 aType |= aBlockOption == kSocketNonBlock ? SOCK_CLOEXEC | SOCK_NONBLOCK : SOCK_CLOEXEC; in SocketWithCloseExec()
Dplatform-posix.h366 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption);