Home | History | Annotate | Download | only in toolbox

Lines Matching defs:nr

104     int ret, nr, fd;
140 for (nr = 0; nr < MAX_IF; nr++) {
172 nr++;
185 return nr;
196 static int print_interfaces(struct if_stats *old, struct if_stats *new, int nr)
200 while (nr--) {
265 int nr;
268 nr = get_interfaces(ifs[toggle]);
269 if (header_interval && count + nr > header_interval) {
273 count += print_interfaces(ifs[!toggle], ifs[toggle], nr);