Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c161 (strlen(bp->bp_file) > 0)) { in store_net_params()
162 copy_filename(net_boot_file_name, bp->bp_file, in store_net_params()
771 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in bootp_request()
921 popt = (uchar *)bp->bp_file; in dhcp_packet_process_options()
922 end = popt + sizeof(bp->bp_file); in dhcp_packet_process_options()
990 copy_filename(bp->bp_file, net_boot_file_name, sizeof(bp->bp_file)); in dhcp_send_request_packet()
1048 debug("DHCP: state=SELECTING bp_file: \"%s\"\n", bp->bp_file); in dhcp_handler()
1050 if (strncmp(bp->bp_file, in dhcp_handler()
H A Dbootp.h50 char bp_file[128]; /* Boot file name */ member