Searched refs:tftp_ip (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/hdt/
H A Dhdt-dump.c188 if (strlen(hardware->tftp_ip) != 0) {
189 arg[1] = hardware->tftp_ip;
193 snprintf(hardware->tftp_ip, sizeof(hardware->tftp_ip),
224 more_printf("TFTP ERROR on : %s:/%s \n", hardware->tftp_ip, filename);
227 more_printf("Dump file sent at %s:/%s\n", hardware->tftp_ip, filename);
H A Dhdt-common.c120 } else if (!strncmp(argv[i], "tftp_ip=", 8)) {
121 strlcpy(hardware->tftp_ip, argv[i] + 8,
122 sizeof(hardware->tftp_ip));
238 memset(hardware->tftp_ip, 0, sizeof hardware->tftp_ip);

Completed in 86 milliseconds