Home
last modified time | relevance | path

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

/NextBSD/libexec/bootpd/
HDbootp.h38 #define BP_FILE_LEN 128 macro
58 char bp_file[BP_FILE_LEN]; /* boot file name */
HDbootpd.c934 strncpy(bp->bp_file, clntpath, BP_FILE_LEN); in handle_request()
/NextBSD/libexec/bootpd/tools/bootptest/
HDbootptest.c313 strncpy(bp->bp_file, bp_file, BP_FILE_LEN);