Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dudp6.hpp161 bool IsBackbone(void) const { return (GetNetifId() == kNetifBackbone); } in IsBackbone() function in ot::Ip6::Udp::SocketHandle
Dudp6.cpp49 VerifyOrExit(IsBackbone() == aMessageInfo.IsHostInterface()); in Matches()