Home | History | Annotate | Download | only in bootpd

Lines Matching defs:standalone

186 	int standalone;
220 * something else and we are running standalone.
226 standalone = TRUE;
232 standalone = FALSE;
310 standalone = FALSE;
313 case 's': /* standalone mode */
314 standalone = TRUE;
374 if (standalone) {
401 } /* if standalone (1st) */
420 if (standalone) {
455 } /* if standalone (2nd)*/
561 fprintf(stderr, "\t -s\tforce standalone mode (run without inetd)\n");