Searched refs:existingNetId (Results 1 – 1 of 1) sorted by relevance
370 unsigned existingNetId = getNetworkForInterface(interface); in addInterfaceToNetwork() local371 if (existingNetId != NETID_UNSET && existingNetId != netId) { in addInterfaceToNetwork()372 ALOGE("interface %s already assigned to netId %u", interface, existingNetId); in addInterfaceToNetwork()556 unsigned existingNetId = getNetworkForInterface(interface); in modifyRoute() local557 if (existingNetId == NETID_UNSET) { in modifyRoute()561 if (existingNetId != netId) { in modifyRoute()562 ALOGE("interface %s assigned to netId %u, not %u", interface, existingNetId, netId); in modifyRoute()