Home
last modified time | relevance | path

Searched refs:aIsUnicast (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/platform/
Dmdns_socket.h154 bool aIsUnicast,
/openthread-latest/examples/platforms/simulation/
Dmdns_socket.c518 bool aIsUnicast, in otPlatMdnsHandleReceive() argument
523 OT_UNUSED_VARIABLE(aIsUnicast); in otPlatMdnsHandleReceive()
/openthread-latest/src/core/net/
Dmdns.hpp79 bool aIsUnicast,
89 bool aIsUnicast,
1306 bool aIsUnicast,
1952 void HandleMessage(Message &aMessage, bool aIsUnicast, const AddressInfo &aSenderAddress);
Dmdns.cpp51 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()