Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.c168 (strlen(bp->bp_file) > 0) && in store_bootp_params()
170 copy_filename(net_boot_file_name, bp->bp_file, in store_bootp_params()
796 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in bootp_request()
949 popt = (uchar *)bp->bp_file; in dhcp_packet_process_options()
950 end = popt + sizeof(bp->bp_file); in dhcp_packet_process_options()
1018 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in dhcp_send_request_packet()
1080 debug("DHCP: state=SELECTING bp_file: \"%s\"\n", bp->bp_file); in dhcp_handler()
1082 if (strncmp(bp->bp_file, in dhcp_handler()
A Dbootp.h50 char bp_file[128]; /* Boot file name */ member

Completed in 4 milliseconds