OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tftp_ip
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/hdt/
hdt-dump.c
188
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);
hdt-common.c
120
} 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 152 milliseconds