Searched defs:phy_index (Results 1 – 2 of 2) sorted by relevance
110 void TestModel::DelPhy(size_t phy_index) { in DelPhy()117 void TestModel::AddDeviceToPhy(size_t dev_index, size_t phy_index) { in AddDeviceToPhy()131 void TestModel::DelDeviceFromPhy(size_t dev_index, size_t phy_index) { in DelDeviceFromPhy()145 for (size_t phy_index = 0; phy_index < phys_.size(); phy_index++) { in AddLinkLayerConnection() local
175 size_t phy_index = std::stoi(args[0]); in DelPhy() local189 size_t phy_index = std::stoi(args[1]); in AddDeviceToPhy() local204 size_t phy_index = std::stoi(args[1]); in DelDeviceFromPhy() local