Searched refs:bp_file (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h58 char bp_file[BP_FILE_LEN]; /* boot file name */ member in struct:bootp
H A Dbootpd.c652 bp->bp_file[sizeof(bp->bp_file)-1] = '\0';
808 if (strcmp(bp->bp_file, "sunboot14") == 0)
809 bp->bp_file[0] = '\0'; /* treat it as unspecified */
864 if (bp->bp_file[0]) {
865 homedir = bp->bp_file;
919 if (bp->bp_file[0]) {
933 bzero(bp->bp_file, sizeof(bp->bp_file));
947 strncpy(bp->bp_file, clntpat
[all...]
/freebsd-12-stable/stand/libsa/
H A Dbootp.h42 char bp_file[128]; /* boot file name */ member in struct:bootp
H A Dbootp.c162 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file));
223 bcopy(rbootp->bp_file, bootfile, sizeof(bootfile));
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c141 char *bp_file = NULL; local
190 bp_file = *argv;
309 if (bp_file)
310 strncpy(bp->bp_file, bp_file, BP_FILE_LEN);
H A Dprint-bootp.c156 TCHECK(bp->bp_file[0], sizeof(bp->bp_file));
157 if (*bp->bp_file) {
159 if (printfn(bp->bp_file, ep)) {
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c73 uint8_t bp_file[128]; /* boot file name */ member in struct:bootp
368 ND_TCHECK2(bp->bp_file[0], 1); /* check first char only */
369 if (*bp->bp_file) {
371 if (fn_printztn(ndo, bp->bp_file, (u_int)sizeof bp->bp_file,

Completed in 182 milliseconds