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

/freebsd-10.1-release/lib/libstand/
H A Dbootp.h40 unsigned char bp_file[128]; /* boot file name */ member in struct:bootp
H A Dbootp.c134 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file));
212 bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile));
/freebsd-10.1-release/libexec/bootpd/
H A Dbootp.h58 char bp_file[BP_FILE_LEN]; /* boot file name */ member in struct:bootp
H A Dbootpd.c643 bp->bp_file[sizeof(bp->bp_file)-1] = '\0';
799 if (strcmp(bp->bp_file, "sunboot14") == 0)
800 bp->bp_file[0] = '\0'; /* treat it as unspecified */
855 if (bp->bp_file[0]) {
856 homedir = bp->bp_file;
910 if (bp->bp_file[0]) {
924 bzero(bp->bp_file, sizeof(bp->bp_file));
938 strncpy(bp->bp_file, clntpat
[all...]
/freebsd-10.1-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c155 TCHECK(bp->bp_file[0], sizeof(bp->bp_file));
156 if (*bp->bp_file) {
158 if (printfn(bp->bp_file, ep)) {
H A 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);
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-bootp.c147 TCHECK2(bp->bp_file[0], 1); /* check first char only */
148 if (*bp->bp_file) {
150 if (fn_print(bp->bp_file, snapend)) {
H A Dbootp.h38 u_int8_t bp_file[128]; /* boot file name */ member in struct:bootp

Completed in 193 milliseconds