Searched refs:GetNetifId (Results 1 – 2 of 2) sorted by relevance
137 NetifIdentifier GetNetifId(void) const { return static_cast<NetifIdentifier>(mNetifId); } in GetNetifId() function in ot::Ip6::Udp::SocketHandle152 bool ShouldUsePlatformUdp(void) const { return GetNetifId() != kNetifThreadInternal; } in ShouldUsePlatformUdp()161 bool IsBackbone(void) const { return (GetNetifId() == kNetifBackbone); } in IsBackbone()
169 …houldUsePlatformUdp() ? otPlatUdpBindToNetif(&aSocket, MapEnum(aSocket.GetNetifId())) : kErrorNone; in BindToNetif()