Home
last modified time | relevance | path

Searched refs:array_index (Results 1 – 1 of 1) sorted by relevance

/system/netd/
DCommandListener.cpp673 int array_index = 0; in runCommand() local
675 while (array_index < num_addrs) { in runCommand()
676 if (!inet_aton(argv[arg_index++], &(addrs[array_index++]))) { in runCommand()