Home
last modified time | relevance | path

Searched refs:tftp_t (Results 1 – 7 of 7) sorted by relevance

/external/qemu/slirp/
Dtftp.c53 static int tftp_session_allocate(struct tftp_t *tp) in tftp_session_allocate()
81 static int tftp_session_find(struct tftp_t *tp) in tftp_session_find()
133 struct tftp_t *recv_tp) in tftp_send_oack()
137 struct tftp_t *tp; in tftp_send_oack()
163 m->m_len = sizeof(struct tftp_t) - 514 + n - in tftp_send_oack()
174 struct tftp_t *recv_tp) in tftp_send_error()
178 struct tftp_t *tp; in tftp_send_error()
205 m->m_len = sizeof(struct tftp_t) - 514 + 3 + strlen(msg) - in tftp_send_error()
217 struct tftp_t *recv_tp) in tftp_send_data()
221 struct tftp_t *tp; in tftp_send_data()
[all …]
Dtftp.h16 struct tftp_t { struct
/external/qemu/slirp-android/
Dtftp.c53 static int tftp_session_allocate(struct tftp_t *tp) in tftp_session_allocate()
81 static int tftp_session_find(struct tftp_t *tp) in tftp_session_find()
133 struct tftp_t *recv_tp) in tftp_send_oack()
137 struct tftp_t *tp; in tftp_send_oack()
165 m->m_len = sizeof(struct tftp_t) - 514 + n - in tftp_send_oack()
176 struct tftp_t *recv_tp) in tftp_send_error()
180 struct tftp_t *tp; in tftp_send_error()
209 m->m_len = sizeof(struct tftp_t) - 514 + 3 + strlen(msg) - in tftp_send_error()
221 struct tftp_t *recv_tp) in tftp_send_data()
225 struct tftp_t *tp; in tftp_send_data()
[all …]
Dtftp.h16 struct tftp_t { struct
/external/grub/netboot/
Dfsys_tftp.c42 static struct tftp_t tp, saved_tp;
59 struct tftp_t *tr; in buf_fill()
103 tr = (struct tftp_t *) &nic.packet[ETH_HLEN]; in buf_fill()
Detherboot.h337 struct tftp_t struct
Dmain.c307 struct tftp_t *tr; in tftp()
367 tr = (struct tftp_t *) &nic.packet[ETH_HLEN]; in tftp()