Searched refs:tftp_ip (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/hdt/ |
D | hdt-dump.c | 188 if (strlen(hardware->tftp_ip) != 0) { in dump() 189 arg[1] = hardware->tftp_ip; in dump() 193 snprintf(hardware->tftp_ip, sizeof(hardware->tftp_ip), in dump() 224 more_printf("TFTP ERROR on : %s:/%s \n", hardware->tftp_ip, filename); in dump() 227 more_printf("Dump file sent at %s:/%s\n", hardware->tftp_ip, filename); in dump()
|
D | hdt-common.c | 121 strlcpy(hardware->tftp_ip, argv[i] + 8, in detect_parameters() 122 sizeof(hardware->tftp_ip)); in detect_parameters() 238 memset(hardware->tftp_ip, 0, sizeof hardware->tftp_ip); in init_hardware()
|
D | hdt-common.h | 220 char tftp_ip[255]; /* IP address of tftp server (dump mode) */ member
|