Home | History | Annotate | Download | only in netd

Lines Matching refs:array_index

673             int array_index = 0;
675 while (array_index < num_addrs) {
676 if (!inet_aton(argv[arg_index++], &(addrs[array_index++]))) {