Searched refs:existingNetId (Results 1 – 1 of 1) sorted by relevance
500 unsigned existingNetId = getNetworkForInterfaceLocked(interface); in addInterfaceToNetwork() local501 if (existingNetId != NETID_UNSET && existingNetId != netId) { in addInterfaceToNetwork()502 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()809 unsigned existingNetId = getNetworkForInterfaceLocked(interface); in modifyRoute() local810 if (existingNetId == NETID_UNSET) { in modifyRoute()814 if (existingNetId != netId) { in modifyRoute()815 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()