Searched refs:outputInterface (Results 1 – 2 of 2) sorted by relevance
101 const char* outputInterface) WARN_UNUSED_RESULT;103 const char* outputInterface) WARN_UNUSED_RESULT;132 const char* outputInterface);
845 const char* outputInterface) { in modifyTetheredNetwork() argument846 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()1074 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() argument1075 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()1078 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() argument1079 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()