Searched refs:aIsUnicast (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | mdns_socket.h | 154 bool aIsUnicast,
|
/openthread-latest/examples/platforms/simulation/ |
D | mdns_socket.c | 518 bool aIsUnicast, in otPlatMdnsHandleReceive() argument 523 OT_UNUSED_VARIABLE(aIsUnicast); in otPlatMdnsHandleReceive()
|
/openthread-latest/src/core/net/ |
D | mdns.hpp | 79 bool aIsUnicast, 89 bool aIsUnicast, 1306 bool aIsUnicast, 1952 void HandleMessage(Message &aMessage, bool aIsUnicast, const AddressInfo &aSenderAddress);
|
D | mdns.cpp | 51 bool aIsUnicast, in otPlatMdnsHandleReceive() argument 54 …AsCoreType(aInstance).Get<Core>().HandleMessage(AsCoreType(aMessage), aIsUnicast, AsCoreType(aAddr… in otPlatMdnsHandleReceive() 254 void Core::HandleMessage(Message &aMessage, bool aIsUnicast, const AddressInfo &aSenderAddress) in HandleMessage() argument 261 …rxMessagePtr.Reset(RxMessage::AllocateAndInit(GetInstance(), messagePtr, aIsUnicast, aSenderAddres… in HandleMessage() 3480 bool aIsUnicast, in Init() argument 3510 mIsUnicast = aIsUnicast; in Init()
|