Home
last modified time | relevance | path

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

/external/u-boot/net/
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()
Dbootp.h50 char bp_file[128]; /* Boot file name */ member
/external/tcpdump/
Dprint-bootp.c73 uint8_t bp_file[128]; /* boot file name */ member
368 ND_TCHECK2(bp->bp_file[0], 1); /* check first char only */ in bootp_print()
369 if (*bp->bp_file) { in bootp_print()
371 if (fn_printztn(ndo, bp->bp_file, (u_int)sizeof bp->bp_file, in bootp_print()