Searched refs:bp_file (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/libexec/bootpd/tools/bootptest/ |
| D | bootptest.c | 144 char *bp_file = NULL; local 193 bp_file = *argv; 312 if (bp_file) 313 strncpy(bp->bp_file, bp_file, BP_FILE_LEN);
|
| D | print-bootp.c | 155 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/ |
| D | bootpd.c | 639 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()
|
| D | bootp.h | 58 char bp_file[BP_FILE_LEN]; /* boot file name */ member
|
| /freebsd-10-stable/lib/libstand/ |
| D | bootp.h | 40 unsigned char bp_file[128]; /* boot file name */ member
|
| D | bootp.c | 135 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file)); 213 bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile));
|
| /freebsd-10-stable/contrib/tcpdump/ |
| D | print-bootp.c | 147 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()
|
| D | bootp.h | 38 u_int8_t bp_file[128]; /* boot file name */ member
|