Home
last modified time | relevance | path

Searched defs:tftp_t (Results 1 – 3 of 3) sorted by relevance

/external/qemu/slirp-android/
Dtftp.h16 struct tftp_t { struct
17 struct ip ip;
18 struct udphdr udp;
19 u_int16_t tp_op;
20 union {
30 } x;
/external/qemu/slirp/
Dtftp.h16 struct tftp_t { struct
17 struct ip ip;
18 struct udphdr udp;
19 u_int16_t tp_op;
20 union {
30 } x;
/external/grub/netboot/
Detherboot.h337 struct tftp_t struct
339 struct iphdr ip;
340 struct udphdr udp;
341 unsigned short opcode;
343 {
372 u;