Searched refs:route_dest_col (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.c1417 static int route_dev_col, route_dest_col, route_gw_col; variable
1458 route_dest_col = 1;
1475 route_dest_col = col;
1516 SIN_ADDR(rt->rt_dst) = strtoul(cols[route_dest_col], NULL, 16);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c1324 static int route_dev_col, route_dest_col, route_gw_col; variable
1365 route_dest_col = 1;
1382 route_dest_col = col;
1423 SIN_ADDR(rt->rt_dst) = strtoul(cols[route_dest_col], NULL, 16);

Completed in 67 milliseconds