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

  /external/qemu/slirp/
tftp.c 28 struct tftp_session { struct
38 static struct tftp_session tftp_sessions[TFTP_SESSIONS_MAX];
42 static void tftp_session_update(struct tftp_session *spt)
48 static void tftp_session_terminate(struct tftp_session *spt)
55 struct tftp_session *spt;
83 struct tftp_session *spt;
101 static int tftp_read_data(struct tftp_session *spt, u_int16_t block_nr,
131 static int tftp_send_oack(struct tftp_session *spt,
172 static int tftp_send_error(struct tftp_session *spt,
215 static int tftp_send_data(struct tftp_session *spt
    [all...]
  /external/qemu/slirp-android/
tftp.c 28 struct tftp_session { struct
38 static struct tftp_session tftp_sessions[TFTP_SESSIONS_MAX];
42 static void tftp_session_update(struct tftp_session *spt)
48 static void tftp_session_terminate(struct tftp_session *spt)
55 struct tftp_session *spt;
83 struct tftp_session *spt;
101 static int tftp_read_data(struct tftp_session *spt, u_int16_t block_nr,
131 static int tftp_send_oack(struct tftp_session *spt,
174 static int tftp_send_error(struct tftp_session *spt,
219 static int tftp_send_data(struct tftp_session *spt
    [all...]

Completed in 65 milliseconds