Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c139 static char tftp_filename[MAX_LEN]; variable
335 efi_set_bootdev("Net", "", tftp_filename, in tftp_complete()
368 strcpy((char *)pkt, tftp_filename); in tftp_send()
369 pkt += strlen(tftp_filename) + 1; in tftp_send()
788 if (!net_parse_bootfile(&tftp_remote_ip, tftp_filename, MAX_LEN)) { in tftp_start()
795 strncpy(tftp_filename, default_filename, DEFAULT_NAME_LEN); in tftp_start()
796 tftp_filename[DEFAULT_NAME_LEN - 1] = 0; in tftp_start()
799 tftp_filename); in tftp_start()
823 printf("Filename '%s'.", tftp_filename); in tftp_start()
895 tftp_filename[0] = 0; in tftp_start_server()

Completed in 3 milliseconds