Searched refs:IsInternalNetId (Results 1 – 3 of 3) sorted by relevance
210 bool isInternalNetId = IsInternalNetId(netId); in GetNetworkForInterface()213 if (IsInternalNetId(id) != isInternalNetId) { in GetNetworkForInterface()324 } else if (NetManagerStandard::IsInternalNetId(netId)) { in GetTableType()
231 if (NetManagerStandard::IsInternalNetId(netId)) { in RemoveInterfaceFromPhysicalNetwork()738 if (NetManagerStandard::IsInternalNetId(netId)) { in UpdateExplicitNetworkRule()969 if (NetManagerStandard::IsInternalNetId(netId)) { in FindTableByInterfacename()
29 inline bool IsInternalNetId(int32_t netId) in IsInternalNetId() function