HomeSort by: relevance | last modified time | path
    Searched refs:bootptab (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/bootp/bootpd/
Makefile 6 MAN= bootpd.8 bootptab.5
bootpd.c 95 #define CONFIG_FILE "/etc/bootptab"
160 * Globals below are associated with the bootp database file (bootptab).
163 const char *bootptab = CONFIG_FILE;
352 bootptab = argv[0];
416 * Read the bootptab file.
532 readtab(0); /* maybe re-read bootptab */
739 * managed to write an entry in the bootptab with :ex=trojan:
757 * If a specific TFTP server address was specified in the bootptab file,
863 * Specifications in bootptab override client requested values.
161 const char *bootptab = CONFIG_FILE; variable in typeref:typename:const char *
  /src/usr.sbin/bootp/common/
bootpd.h 206 extern const char *bootptab;
readfile.c 34 * /etc/bootptab).
148 PRIVATE int32 modtime = 0; /* Last modification time of bootptab */
153 * List of symbolic names used in the bootptab file. The order and actual
312 * Read bootptab database file. Avoid rereading the file if the
328 if (stat(bootptab, &st) < 0) {
330 bootptab, get_errmsg());
339 report(LOG_INFO, "bootptab mtime: %s",
354 bootptab);
357 * Open bootptab file.
359 if ((fp = fopen(bootptab, "r")) == NULL)
    [all...]
  /src/usr.sbin/bootp/bootpef/
bootpef.c 76 #define CONFIG_FILE "/etc/bootptab"
100 * Globals below are associated with the bootp database file (bootptab).
103 const char *bootptab = CONFIG_FILE;
204 bootptab = stmp;
222 * Read the bootptab file.
101 const char *bootptab = CONFIG_FILE; variable in typeref:typename:const char *
  /src/etc/
Makefile 100 BIN1+= auto_master bootptab changelist csh.cshrc csh.login \

Completed in 16 milliseconds