Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c137 char *bp_file = NULL; in main() local
186 bp_file = *argv; in main()
305 if (bp_file) in main()
306 strncpy(bp->bp_file, bp_file, BP_FILE_LEN); in main()
H A Dprint-bootp.c151 TCHECK(bp->bp_file[0], sizeof(bp->bp_file)); in bootp_print()
152 if (*bp->bp_file) { in bootp_print()
154 if (printfn(bp->bp_file, ep)) { in bootp_print()
/freebsd/libexec/bootpd/
H A Dbootpd.c634 bp->bp_file[sizeof(bp->bp_file)-1] = '\0'; in handle_request()
790 if (strcmp(bp->bp_file, "sunboot14") == 0) in handle_request()
791 bp->bp_file[0] = '\0'; /* treat it as unspecified */ in handle_request()
846 if (bp->bp_file[0]) { in handle_request()
847 homedir = bp->bp_file; in handle_request()
901 if (bp->bp_file[0]) { in handle_request()
915 bzero(bp->bp_file, sizeof(bp->bp_file)); in handle_request()
929 strncpy(bp->bp_file, clntpath, BP_FILE_LEN); in handle_request()
H A Dbootp.h56 char bp_file[BP_FILE_LEN]; /* boot file name */ member
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c70 nd_byte bp_file[128]; /* boot file name */ member
361 if (GET_U_1(bp->bp_file)) { /* get first char only */ in bootp_print()
363 if (nd_printztn(ndo, bp->bp_file, (u_int)sizeof(bp->bp_file), in bootp_print()
/freebsd/stand/libsa/
H A Dbootp.h40 char bp_file[128]; /* boot file name */ member
H A Dbootp.c157 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file)); in bootp()
218 bcopy(rbootp->bp_file, bootfile, sizeof(bootfile)); in bootp()