Searched refs:route_gw_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
1459 route_gw_col = 2;
1477 route_gw_col = col;
1517 SIN_ADDR(rt->rt_gateway) = strtoul(cols[route_gw_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
1366 route_gw_col = 2;
1384 route_gw_col = col;
1424 SIN_ADDR(rt->rt_gateway) = strtoul(cols[route_gw_col], NULL, 16);

Completed in 152 milliseconds