Searched refs:existingNetId (Results 1 – 1 of 1) sorted by relevance
414 unsigned existingNetId = getNetworkForInterface(interface); in addInterfaceToNetwork() local415 if (existingNetId != NETID_UNSET && existingNetId != netId) { in addInterfaceToNetwork()416 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()630 unsigned existingNetId = getNetworkForInterface(interface); in modifyRoute() local631 if (existingNetId == NETID_UNSET) { in modifyRoute()635 if (existingNetId != netId) { in modifyRoute()636 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()