Revision 5fafdf24 slirp/tftp.h

b/slirp/tftp.h
18 18
  struct udphdr udp;
19 19
  u_int16_t tp_op;
20 20
  union {
21
    struct { 
21
    struct {
22 22
      u_int16_t tp_block_nr;
23 23
      u_int8_t tp_buf[512];
24 24
    } tp_data;
25
    struct { 
25
    struct {
26 26
      u_int16_t tp_error_code;
27 27
      u_int8_t tp_msg[512];
28 28
    } tp_error;

Also available in: Unified diff