Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dbootp.c165 (strlen(bp->bp_file) > 0) && in store_net_params()
167 copy_filename(net_boot_file_name, bp->bp_file, in store_net_params()
783 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in bootp_request()
936 popt = (uchar *)bp->bp_file; in dhcp_packet_process_options()
937 end = popt + sizeof(bp->bp_file); in dhcp_packet_process_options()
1005 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in dhcp_send_request_packet()
1063 debug("DHCP: state=SELECTING bp_file: \"%s\"\n", bp->bp_file); in dhcp_handler()
1065 if (strncmp(bp->bp_file, in dhcp_handler()
H A Dbootp.h50 char bp_file[128]; /* Boot file name */ member