Changeset 14265 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Nov 17, 2008 5:54:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ip.h
r14252 r14265 248 248 #ifndef VBOX_WITH_BSD_REASS 249 249 ipqp_32 next,prev; /* to other reass headers */ 250 #else /* !VBOX_WITH_BSD_REASS */250 #else /* VBOX_WITH_BSD_REASS */ 251 251 TAILQ_ENTRY(ipq_t) ipq_list; 252 252 #endif /* VBOX_WITH_BSD_REASS */ … … 256 256 #ifndef VBOX_WITH_BSD_REASS 257 257 ipasfragp_32 ipq_next,ipq_prev; /* to ip headers of fragments */ 258 #else /* !VBOX_WITH_BSD_REASS */258 #else /* VBOX_WITH_BSD_REASS */ 259 259 u_int8_t ipq_nfrags; /* # of fragments in this packet */ 260 260 struct mbuf *ipq_frags; /* to ip headers of fragments */
Note:
See TracChangeset
for help on using the changeset viewer.