Searched refs:existingNetId (Results 1 – 1 of 1) sorted by relevance
543 unsigned existingNetId = getNetworkForInterfaceLocked(interface); in addInterfaceToNetwork() local544 if (existingNetId != NETID_UNSET && existingNetId != netId) { in addInterfaceToNetwork()545 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()961 unsigned existingNetId = getNetworkForInterfaceLocked(interface); in modifyRoute() local962 if (existingNetId == NETID_UNSET) { in modifyRoute()966 if (existingNetId != netId) { in modifyRoute()967 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()