Searched refs:tftp_filename (Results 1 – 1 of 1) sorted by relevance
127 static char tftp_filename[MAX_LEN]; variable333 strcpy((char *)pkt, tftp_filename); in tftp_send()334 pkt += strlen(tftp_filename) + 1; in tftp_send()660 if (!net_parse_bootfile(&tftp_remote_ip, tftp_filename, MAX_LEN)) { in tftp_start()667 strncpy(tftp_filename, default_filename, DEFAULT_NAME_LEN); in tftp_start()668 tftp_filename[DEFAULT_NAME_LEN - 1] = 0; in tftp_start()671 tftp_filename); in tftp_start()695 printf("Filename '%s'.", tftp_filename); in tftp_start()727 efi_set_bootdev("Net", "", tftp_filename); in tftp_start()769 tftp_filename[0] = 0; in tftp_start_server()