ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/slirp/tcp.h
(Generate patch)

Comparing BasiliskII/src/slirp/tcp.h (file contents):
Revision 1.2 by gbeauche, 2006-01-17T21:19:12Z vs.
Revision 1.3 by gbeauche, 2006-01-27T23:31:38Z

# Line 63 | Line 63 | struct tcphdr {
63          tcp_seq th_seq;                 /* sequence number */
64          tcp_seq th_ack;                 /* acknowledgement number */
65   #ifdef WORDS_BIGENDIAN
66 <        u_int   th_off:4,               /* data offset */
66 >        u_char  th_off:4,               /* data offset */
67                  th_x2:4;                /* (unused) */
68   #else
69 <        u_int   th_x2:4,                /* (unused) */
69 >        u_char  th_x2:4,                /* (unused) */
70                  th_off:4;               /* data offset */
71   #endif
72          u_int8_t        th_flags;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines