Searched refs:read_route_table (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.c234 static int read_route_table (struct rtentry *rt);
1423 static int read_route_table (struct rtentry *rt);
1495 * read_route_table - read the next entry from the route table
1498 static int read_route_table(struct rtentry *rt) function
1538 while (read_route_table(rt) != 0) {
1569 while (read_route_table(&rt)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c176 static int read_route_table (struct rtentry *rt);
1330 static int read_route_table (struct rtentry *rt);
1402 * read_route_table - read the next entry from the route table
1405 static int read_route_table(struct rtentry *rt) function
1445 while (read_route_table(rt) != 0) {
1476 while (read_route_table(&rt)) {

Completed in 59 milliseconds