IPStack - Cleaned up unneeded malloc() calls
[tpg/acess2.git] / Modules / IPStack / arp.h
index 64f07c3..07cdb64 100644 (file)
@@ -19,7 +19,7 @@ struct sArpRequest4 {
        tIPv4   SourceIP;
        tMacAddr        DestMac;
        tIPv4   DestIP;
-};
+} __attribute__((packed));
 
 struct sArpRequest6 {
        Uint16  HWType;
@@ -30,6 +30,6 @@ struct sArpRequest6 {
        tIPv6   SourceIP;
        tMacAddr        DestMac;
        tIPv6   DestIP;
-};
+} __attribute__((packed));
 
 #endif

UCC git Repository :: git.ucc.asn.au