Home
last modified time | relevance | path

Searched refs:bp_file (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/libexec/bootpd/tools/bootptest/
Dbootptest.c144 char *bp_file = NULL; local
193 bp_file = *argv;
312 if (bp_file)
313 strncpy(bp->bp_file, bp_file, BP_FILE_LEN);
Dprint-bootp.c155 TCHECK(bp->bp_file[0], sizeof(bp->bp_file));
156 if (*bp->bp_file) {
158 if (printfn(bp->bp_file, ep)) {
/freebsd-10-stable/libexec/bootpd/
Dbootpd.c639 bp->bp_file[sizeof(bp->bp_file)-1] = '\0'; in handle_request()
795 if (strcmp(bp->bp_file, "sunboot14") == 0) in handle_request()
796 bp->bp_file[0] = '\0'; /* treat it as unspecified */ in handle_request()
851 if (bp->bp_file[0]) { in handle_request()
852 homedir = bp->bp_file; in handle_request()
906 if (bp->bp_file[0]) { in handle_request()
920 bzero(bp->bp_file, sizeof(bp->bp_file)); in handle_request()
934 strncpy(bp->bp_file, clntpath, BP_FILE_LEN); in handle_request()
Dbootp.h58 char bp_file[BP_FILE_LEN]; /* boot file name */ member
/freebsd-10-stable/lib/libstand/
Dbootp.h40 unsigned char bp_file[128]; /* boot file name */ member
Dbootp.c135 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file));
213 bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile));
/freebsd-10-stable/contrib/tcpdump/
Dprint-bootp.c147 TCHECK2(bp->bp_file[0], 1); /* check first char only */ in bootp_print()
148 if (*bp->bp_file) { in bootp_print()
150 if (fn_print(bp->bp_file, snapend)) { in bootp_print()
Dbootp.h38 u_int8_t bp_file[128]; /* boot file name */ member