Searched refs:outputInterface (Results 1 – 2 of 2) sorted by relevance
82 const char* outputInterface) WARN_UNUSED_RESULT;84 const char* outputInterface) WARN_UNUSED_RESULT;
849 const char* outputInterface) { in modifyTetheredNetwork() argument850 uint32_t table = getRouteTableForInterface(outputInterface); in modifyTetheredNetwork()1106 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { in enableTethering() argument1107 return modifyTetheredNetwork(RTM_NEWRULE, inputInterface, outputInterface); in enableTethering()1110 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() argument1111 return modifyTetheredNetwork(RTM_DELRULE, inputInterface, outputInterface); in disableTethering()