Searched refs:aProtocol (Results 1 – 3 of 3) sorted by relevance
/openthread-2.7.6/src/posix/platform/ |
D | misc.cpp | 99 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()
|
D | platform-posix.h | 437 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption);
|
/openthread-2.7.6/src/core/net/ |
D | dns_types.hpp | 1988 void SetProtocol(uint8_t aProtocol) { mProtocol = aProtocol; } in SetProtocol() argument
|