Searched refs:bootptab (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/libexec/bootpd/
H A DMakefile15 MAN= bootptab.5 bootpd.8
H A Dbootpd.h206 extern char *bootptab;
H A Dreadfile.c31 * /etc/bootptab).
151 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */
156 * List of symbolic names used in the bootptab file. The order and actual
315 * Read bootptab database file. Avoid rereading the file if the
332 if (stat(bootptab, &st) < 0) {
334 bootptab, get_errmsg());
343 report(LOG_INFO, "bootptab mtime: %s",
358 bootptab);
361 * Open bootptab file.
363 if ((fp = fopen(bootptab, "
[all...]
H A DMakefile.UNIX31 #CONFFILE= -DCONFIG_FILE=\"/usr/etc/bootptab\"
58 MAN5= bootptab.5
H A Dbootpd.c96 #define CONFIG_FILE "/etc/bootptab"
168 * Globals below are associated with the bootp database file (bootptab).
171 char *bootptab = CONFIG_FILE;
373 bootptab = argv[0];
431 * Read the bootptab file.
567 readtab(0); /* maybe re-read bootptab */
594 " [-t timeout] [bootptab [dumpfile]]\n");
774 * managed to write an entry in the bootptab with :ex=trojan:
792 * If a specific TFTP server address was specified in the bootptab file,
884 * Specifications in bootptab overrid
170 char *bootptab = CONFIG_FILE; variable
[all...]
/freebsd-12-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c80 #define CONFIG_FILE "/etc/bootptab"
103 * Globals below are associated with the bootp database file (bootptab).
106 char *bootptab = CONFIG_FILE;
208 bootptab = stmp;
226 * Read the bootptab file.
104 char *bootptab = CONFIG_FILE; variable

Completed in 131 milliseconds