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

  /external/qemu/slirp/
tftp.h 16 struct tftp_t { struct
tftp.c 53 static int tftp_session_allocate(struct tftp_t *tp)
81 static int tftp_session_find(struct tftp_t *tp)
133 struct tftp_t *recv_tp)
137 struct tftp_t *tp;
163 m->m_len = sizeof(struct tftp_t) - 514 + n -
174 struct tftp_t *recv_tp)
178 struct tftp_t *tp;
205 m->m_len = sizeof(struct tftp_t) - 514 + 3 + strlen(msg) -
217 struct tftp_t *recv_tp)
221 struct tftp_t *tp
    [all...]
  /external/qemu/slirp-android/
tftp.h 16 struct tftp_t { struct
tftp.c 53 static int tftp_session_allocate(struct tftp_t *tp)
81 static int tftp_session_find(struct tftp_t *tp)
133 struct tftp_t *recv_tp)
137 struct tftp_t *tp;
165 m->m_len = sizeof(struct tftp_t) - 514 + n -
176 struct tftp_t *recv_tp)
180 struct tftp_t *tp;
209 m->m_len = sizeof(struct tftp_t) - 514 + 3 + strlen(msg) -
221 struct tftp_t *recv_tp)
225 struct tftp_t *tp
    [all...]
  /external/grub/netboot/
fsys_tftp.c 42 static struct tftp_t tp, saved_tp;
59 struct tftp_t *tr;
103 tr = (struct tftp_t *) &nic.packet[ETH_HLEN];
etherboot.h 337 struct tftp_t struct
main.c 307 struct tftp_t *tr;
367 tr = (struct tftp_t *) &nic.packet[ETH_HLEN];

Completed in 694 milliseconds