Home | History | Annotate | Download | only in pppd

Lines Matching defs:routes

2012  * cifaddr - Clear the interface IP addresses, and delete routes
2622 * For demand mode to work properly, we have to ignore routes
2646 mib2_ipRouteEntry_t routes[8];
2676 dbuf.buf = (char *) routes;
2677 dbuf.maxlen = sizeof(routes);
2707 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {