Changeset 85320 in vbox
- Timestamp:
- Jul 13, 2020 9:26:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/icmp.h
r85319 r85320 74 74 }; 75 75 76 #ifdef PACK_STRUCT_USE_INCLUDES77 # include "arch/bpstruct.h"78 #endif79 76 /** This is the standard ICMP header only that the u32_t data 80 77 * is splitted to two u16_t like ICMP echo needs it. … … 92 89 AssertCompileSize(struct icmp_echo_hdr, sizeof(uint32_t)*2); 93 90 #else 91 #ifdef PACK_STRUCT_USE_INCLUDES 92 # include "arch/bpstruct.h" 93 #endif 94 94 PACK_STRUCT_BEGIN 95 95 struct icmp_echo_hdr {
Note:
See TracChangeset
for help on using the changeset viewer.