Home
last modified time | relevance | path

Searched refs:BP_FILE_LEN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.sbin/bootp/common/
Dbootp.h38 #define BP_FILE_LEN 128 macro
56 char bp_file[BP_FILE_LEN]; /* boot file name */
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c109 #define BP_FILE_LEN 128 macro
125 char bp_file[BP_FILE_LEN]; /* boot file name */
904 #if BP_FILE_LEN > MNAMELEN in bootp_extract()
907 #define BOOTFILELEN BP_FILE_LEN in bootp_extract()
/netbsd/src/usr.sbin/bootp/bootpd/
Dbootpd.c832 for (t = homedir; t - homedir < BP_FILE_LEN; t++) in handle_request()
835 if (t - homedir < BP_FILE_LEN) { in handle_request()
837 homedir[BP_FILE_LEN - 1] = '\0'; in handle_request()