Home
last modified time | relevance | path

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

/openthread-2.7.6/src/posix/platform/
Dmisc.cpp99 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec() argument
105 VerifyOrExit((fd = socket(aDomain, aType, aProtocol)) != -1, perror("socket(SOCK_CLOEXEC)")); in SocketWithCloseExec()
112 VerifyOrExit((fd = socket(aDomain, aType, aProtocol)) != -1, perror("socket(SOCK_CLOEXEC)")); in SocketWithCloseExec()
Dplatform-posix.h437 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption);
/openthread-2.7.6/src/core/net/
Ddns_types.hpp1988 void SetProtocol(uint8_t aProtocol) { mProtocol = aProtocol; } in SetProtocol() argument