Searched refs:flushroutes (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/etc/rc.d/ |
H A D | network | 96 if checkyesno flushroutes; then 562 if checkyesno flushroutes; then
|
/netbsd-src/sbin/route/ |
H A D | route.c | 108 static int flushroutes(int, char *const [], int); 238 (void)flushroutes(1, argv, 0); in main() 252 return flushroutes(argc, argv, 0); in main() 255 return flushroutes(argc, argv, 1); in main() 298 flushroutes(int argc, char * const argv[], int doall) in flushroutes() function
|
/netbsd-src/etc/defaults/ |
H A D | rc.conf | 197 flushroutes=YES # flush routes in netstart
|