Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c121 static char tftp_filename[MAX_LEN]; variable
359 strcpy((char *)pkt, tftp_filename); in tftp_send()
360 pkt += strlen(tftp_filename) + 1; in tftp_send()
745 strncpy(tftp_filename, default_filename, DEFAULT_NAME_LEN); in tftp_start()
746 tftp_filename[DEFAULT_NAME_LEN - 1] = 0; in tftp_start()
749 tftp_filename); in tftp_start()
754 strncpy(tftp_filename, net_boot_file_name, MAX_LEN); in tftp_start()
755 tftp_filename[MAX_LEN - 1] = 0; in tftp_start()
758 strncpy(tftp_filename, p + 1, MAX_LEN); in tftp_start()
759 tftp_filename[MAX_LEN - 1] = 0; in tftp_start()
[all …]