Searched refs:aPeerAddr (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/include/openthread/ |
D | udp.h | 265 otIp6Address *aPeerAddr, 292 const otIp6Address *aPeerAddr,
|
/openthread-latest/src/core/api/ |
D | udp_api.cpp | 95 const otIp6Address *aPeerAddr, in otUdpForwardReceive() argument 102 messageInfo.SetPeerAddr(AsCoreType(aPeerAddr)); in otUdpForwardReceive()
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 553 otIp6Address *aPeerAddr, 556 …void HandleUdpForwardStream(otMessage *aMessage, uint16_t aPeerPort, otIp6Address &aPeerAddr, uint…
|
D | ncp_base_mtd.cpp | 4538 otIp6Address *aPeerAddr, in HandleUdpForwardStream() argument 4542 …static_cast<NcpBase *>(aContext)->HandleUdpForwardStream(aMessage, aPeerPort, *aPeerAddr, aSockPor… in HandleUdpForwardStream() 4545 …eUdpForwardStream(otMessage *aMessage, uint16_t aPeerPort, otIp6Address &aPeerAddr, uint16_t aPort) in HandleUdpForwardStream() argument 4555 SuccessOrExit(mEncoder.WriteIp6Address(aPeerAddr)); in HandleUdpForwardStream()
|