Searched refs:aProtocol (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/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 | 366 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption);
|
/openthread-latest/src/core/net/ |
D | nat64_translator.hpp | 105 void Count6To4Packet(uint8_t aProtocol, uint64_t aPacketSize); 113 void Count4To6Packet(uint8_t aProtocol, uint64_t aPacketSize);
|
D | nat64_translator.cpp | 607 void Translator::ProtocolCounters::Count6To4Packet(uint8_t aProtocol, uint64_t aPacketSize) in Count6To4Packet() argument 609 switch (aProtocol) in Count6To4Packet() 629 void Translator::ProtocolCounters::Count4To6Packet(uint8_t aProtocol, uint64_t aPacketSize) in Count4To6Packet() argument 631 switch (aProtocol) in Count4To6Packet()
|
D | ip4_types.hpp | 386 void SetProtocol(uint8_t aProtocol) { mProtocol = aProtocol; } in SetProtocol() argument
|
D | dns_types.hpp | 2066 void SetProtocol(uint8_t aProtocol) { mProtocol = aProtocol; } in SetProtocol() argument
|