Home
last modified time | relevance | path

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

/dragonfly/libexec/bootpd/tools/bootptest/
H A Dbootptest.c139 char *bp_file = NULL; in main() local
190 bp_file = *argv; in main()
309 if (bp_file) in main()
310 strncpy(bp->bp_file, bp_file, BP_FILE_LEN); in main()
H A Dprint-bootp.c153 TCHECK(bp->bp_file[0], sizeof(bp->bp_file)); in bootp_print()
154 if (*bp->bp_file) { in bootp_print()
156 if (printfn(bp->bp_file, ep)) { in bootp_print()
/dragonfly/libexec/bootpd/
H A Dbootpd.c631 bp->bp_file[sizeof(bp->bp_file)-1] = '\0'; in handle_request()
787 if (strcmp(bp->bp_file, "sunboot14") == 0) in handle_request()
788 bp->bp_file[0] = '\0'; /* treat it as unspecified */ in handle_request()
843 if (bp->bp_file[0]) { in handle_request()
844 homedir = bp->bp_file; in handle_request()
898 if (bp->bp_file[0]) { in handle_request()
912 bzero(bp->bp_file, sizeof(bp->bp_file)); in handle_request()
926 strncpy(bp->bp_file, clntpath, BP_FILE_LEN); in handle_request()
H A Dbootp.h59 char bp_file[BP_FILE_LEN]; /* boot file name */ member
/dragonfly/stand/lib/
H A Dbootp.c118 strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file)); in bootp()
196 bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile)); in bootp()
H A Dbootp.h42 unsigned char bp_file[128]; /* boot file name */ member
/dragonfly/contrib/tcpdump/
H A Dprint-bootp.c72 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()