Home | History | Annotate | Download | only in pppd

Lines Matching full:read_route_table

237 static int read_route_table (struct rtentry *rt);
1427 static int read_route_table (struct rtentry *rt);
1499 * read_route_table - read the next entry from the route table
1502 static int read_route_table(struct rtentry *rt)
1542 while (read_route_table(rt) != 0) {
1573 while (read_route_table(&rt)) {