HomeSort by relevance Sort by last modified time
    Searched refs:tftp_read_data (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
tftp.c 101 static int tftp_read_data(struct tftp_session *spt, u_int16_t block_nr, function
249 nobytes = tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512);
345 if (tftp_read_data(spt, 0, spt->filename, 0) < 0) {
  /external/qemu/slirp-android/
tftp.c 101 static int tftp_read_data(struct tftp_session *spt, u_int16_t block_nr, function
255 nobytes = tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512);
351 if (tftp_read_data(spt, 0, spt->filename, 0) < 0) {

Completed in 28 milliseconds