Home | History | Annotate | Download | only in pppd

Lines Matching refs:col

1470 	int col;
1471 for (col = 0; col < ROUTE_MAX_COLS; ++col) {
1476 route_dev_col = col;
1478 route_dest_col = col;
1480 route_gw_col = col;
1482 route_flags_col = col;
1484 route_mask_col = col;
1487 if (used && col >= route_num_cols)
1488 route_num_cols = col + 1;
1504 int col;
1512 for (col = 0; col < route_num_cols; ++col) {
1513 cols[col] = strtok(p, route_delims);
1514 if (cols[col] == NULL)