Searched refs:num_addrs (Results 1 – 3 of 3) sorted by relevance
124 int TetherController::startTethering(int num_addrs, struct in_addr* addrs) { in startTethering() argument162 int num_processed_args = TETHER_START_CONST_ARG + (num_addrs/2) + 1; in startTethering()176 for (int addrIndex=0; addrIndex < num_addrs;) { in startTethering()
47 int startTethering(int num_addrs, struct in_addr* addrs);
623 int num_addrs = argc - 2; in runCommand() local626 in_addr *addrs = (in_addr *)malloc(sizeof(in_addr) * num_addrs); in runCommand()627 while (array_index < num_addrs) { in runCommand()634 rc = sTetherCtrl->startTethering(num_addrs, addrs); in runCommand()