Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h36 #define BP_FILE_LEN 128 macro
56 char bp_file[BP_FILE_LEN]; /* boot file name */
H A Dbootpd.c929 strncpy(bp->bp_file, clntpath, BP_FILE_LEN); in handle_request()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c306 strncpy(bp->bp_file, bp_file, BP_FILE_LEN); in main()