Changeset 1076 in vbox for trunk/src/VBox/Devices/Network/slirp/tcp.h
- Timestamp:
- Feb 27, 2007 1:24:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tcp.h
r1033 r1076 59 59 tcp_seq th_seq; /* sequence number */ 60 60 tcp_seq th_ack; /* acknowledgement number */ 61 #ifdef VBOX62 61 /* 63 62 * bitfield types must be u_int8_t for MSVC, otherwise it will use a full dword (for u_int) 64 63 */ 65 #endif66 64 #ifdef WORDS_BIGENDIAN 67 65 u_int th_off:4, /* data offset */ … … 180 178 #define TCP_ISSINCR (125*1024) /* increment for tcp_iss each second */ 181 179 182 #ifndef VBOX183 extern tcp_seq tcp_iss; /* tcp initial send seq # */184 #endif /* !VBOX */185 180 186 #ifdef VBOX187 181 extern const char * const tcpstates[]; 188 #else /* !VBOX */189 extern char *tcpstates[];190 #endif /* !VBOX */191 182 192 183 #endif
Note:
See TracChangeset
for help on using the changeset viewer.