]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ip.h
[PATCH] sem2mutex: iprune
[linux-2.6-omap-h63xx.git] / include / linux / ip.h
index 9e2eb9a602ebdc7154e0ef3a629a9868e219e8c4..4b55cf1df732e2f8752a8f517c6a06063ace18ff 100644 (file)
@@ -90,14 +90,14 @@ struct iphdr {
 #error "Please fix <asm/byteorder.h>"
 #endif
        __u8    tos;
-       __u16   tot_len;
-       __u16   id;
-       __u16   frag_off;
+       __be16  tot_len;
+       __be16  id;
+       __be16  frag_off;
        __u8    ttl;
        __u8    protocol;
        __u16   check;
-       __u32   saddr;
-       __u32   daddr;
+       __be32  saddr;
+       __be32  daddr;
        /*The options start here. */
 };