Home
last modified time | relevance | path

Searched refs:aRxSockAddr (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/posix/platform/
Dtrel.cpp433 const otSockAddr *aRxSockAddr) in trelDnssdNotifyPeerSocketAddressDifference() argument
448 OT_UNUSED_VARIABLE(aRxSockAddr); in trelDnssdNotifyPeerSocketAddressDifference()
572 const otSockAddr *aRxSockAddr) in otPlatTrelNotifyPeerSocketAddressDifference() argument
576 trelDnssdNotifyPeerSocketAddressDifference(aPeerSockAddr, aRxSockAddr); in otPlatTrelNotifyPeerSocketAddressDifference()
/openthread-latest/include/openthread/platform/
Dtrel.h153 const otSockAddr *aRxSockAddr);
/openthread-latest/examples/platforms/simulation/
Dtrel.c256 const otSockAddr *aRxSockAddr) in otPlatTrelNotifyPeerSocketAddressDifference() argument
260 OT_UNUSED_VARIABLE(aRxSockAddr); in otPlatTrelNotifyPeerSocketAddressDifference()
/openthread-latest/src/core/radio/
Dtrel_interface.cpp117 …fyPeerSocketAddressDifference(const Ip6::SockAddr &aPeerSockAddr, const Ip6::SockAddr &aRxSockAddr) in NotifyPeerSocketAddressDifference() argument
119 otPlatTrelNotifyPeerSocketAddressDifference(&GetInstance(), &aPeerSockAddr, &aRxSockAddr); in NotifyPeerSocketAddressDifference()
Dtrel_interface.hpp275 …yPeerSocketAddressDifference(const Ip6::SockAddr &aPeerSockAddr, const Ip6::SockAddr &aRxSockAddr);