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

  /external/qemu/slirp/
tftp.c 38 static struct tftp_session tftp_sessions[TFTP_SESSIONS_MAX]; variable in typeref:struct:tftp_session
59 spt = &tftp_sessions[k];
87 spt = &tftp_sessions[k];
288 spt = &tftp_sessions[s];
405 if (tftp_send_data(&tftp_sessions[s],
  /external/qemu/slirp-android/
tftp.c 38 static struct tftp_session tftp_sessions[TFTP_SESSIONS_MAX]; variable in typeref:struct:tftp_session
59 spt = &tftp_sessions[k];
87 spt = &tftp_sessions[k];
294 spt = &tftp_sessions[s];
411 if (tftp_send_data(&tftp_sessions[s],

Completed in 375 milliseconds