Searched refs:fnip (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | netmain.c | 130 static int tftp_load(filename_ip_t *fnip, void *buffer, int len) in tftp_load() argument 135 rc = tftp(fnip, buffer, len, DEFAULT_TFTP_RETRIES, &tftp_err); in tftp_load() 143 printf(" TFTP: Received %s (%d KBytes)\n", fnip->filename, rc / 1024); in tftp_load() 145 printf(" TFTP: Received %s (%d Bytes)\n", fnip->filename, rc); in tftp_load() 149 tftp_get_error_info(fnip, &tftp_err, rc, &errstr, &ecode); in tftp_load()
|