Searched refs:outputInterface (Results 1 – 2 of 2) sorted by relevance
213 …tatic int32_t EnableSharing(const std::string &inputInterface, const std::string &outputInterface);222 …atic int32_t DisableSharing(const std::string &inputInterface, const std::string &outputInterface);304 const std::string &outputInterface);
463 … RouteManager::EnableSharing(const std::string &inputInterface, const std::string &outputInterface) in EnableSharing() argument465 return UpdateSharingNetwork(RTM_NEWRULE, inputInterface, outputInterface); in EnableSharing()468 …RouteManager::DisableSharing(const std::string &inputInterface, const std::string &outputInterface) in DisableSharing() argument470 return UpdateSharingNetwork(RTM_DELRULE, inputInterface, outputInterface); in DisableSharing()767 const std::string &outputInterface) in UpdateSharingNetwork() argument770 uint32_t table = FindTableByInterfacename(outputInterface); in UpdateSharingNetwork()