Searched refs:route_num_cols (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1419 static int route_num_cols; variable
1462 route_num_cols = 8;
1484 if (used && col >= route_num_cols)
1485 route_num_cols = col + 1;
1509 for (col = 0; col < route_num_cols; ++col) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c1326 static int route_num_cols; variable
1369 route_num_cols = 8;
1391 if (used && col >= route_num_cols)
1392 route_num_cols = col + 1;
1416 for (col = 0; col < route_num_cols; ++col) {

Completed in 99 milliseconds