Home
last modified time | relevance | path

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

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