Home | History | Annotate | Download | only in pppd

Lines Matching defs:routes

2015  * cifaddr - Clear the interface IP addresses, and delete routes
2630 * For demand mode to work properly, we have to ignore routes
2654 mib2_ipRouteEntry_t routes[8];
2684 dbuf.buf = (char *) routes;
2685 dbuf.maxlen = sizeof(routes);
2715 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {