Searched refs:tftp_read_data (Results 1 – 2 of 2) sorted by relevance
/external/qemu/slirp-android/ |
D | tftp.c | 101 static int tftp_read_data(struct tftp_session *spt, u_int16_t block_nr, in tftp_read_data() function 255 nobytes = tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512); in tftp_send_data() 351 if (tftp_read_data(spt, 0, spt->filename, 0) < 0) { in tftp_handle_rrq()
|
/external/qemu/slirp/ |
D | tftp.c | 101 static int tftp_read_data(struct tftp_session *spt, u_int16_t block_nr, in tftp_read_data() function 249 nobytes = tftp_read_data(spt, block_nr - 1, tp->x.tp_data.tp_buf, 512); in tftp_send_data() 345 if (tftp_read_data(spt, 0, spt->filename, 0) < 0) { in tftp_handle_rrq()
|