Home
last modified time | relevance | path

Searched refs:route_gw_col (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Dsys-linux.c1420 static int route_dev_col, route_dest_col, route_gw_col; variable
1462 route_gw_col = 2; in open_route_table()
1480 route_gw_col = col; in open_route_table()
1520 SIN_ADDR(rt->rt_gateway) = strtoul(cols[route_gw_col], NULL, 16); in read_route_table()