Home
last modified time | relevance | path

Searched refs:LogIp6AddressAndPort (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp1809 LogIp6AddressAndPort("src", aHeaders.GetSourceAddress(), aHeaders.GetSourcePort(), aLogLevel); in LogIp6SourceDestAddresses()
1810LogIp6AddressAndPort("dst", aHeaders.GetDestinationAddress(), aHeaders.GetDestinationPort(), aLogL… in LogIp6SourceDestAddresses()
1813 void MeshForwarder::LogIp6AddressAndPort(const char *aLabel, in LogIp6AddressAndPort() function in ot::MeshForwarder
Dmesh_forwarder.hpp602 …void LogIp6AddressAndPort(const char *aLabel, const Ip6::Address &aAddress, uint16_t aPort, LogLev…