Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dudp6.hpp137 NetifIdentifier GetNetifId(void) const { return static_cast<NetifIdentifier>(mNetifId); } in GetNetifId() function in ot::Ip6::Udp::SocketHandle
152 bool ShouldUsePlatformUdp(void) const { return GetNetifId() != kNetifThreadInternal; } in ShouldUsePlatformUdp()
161 bool IsBackbone(void) const { return (GetNetifId() == kNetifBackbone); } in IsBackbone()
Dudp6.cpp169 …houldUsePlatformUdp() ? otPlatUdpBindToNetif(&aSocket, MapEnum(aSocket.GetNetifId())) : kErrorNone; in BindToNetif()