patch-2.4.0-test7 linux/include/linux/in6.h
Next file: linux/include/linux/input.h
Previous file: linux/include/linux/if_tun.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Wed Aug 23 11:35:08 2000
- Orig file:
v2.4.0-test6/linux/include/linux/in6.h
- Orig date:
Mon Jul 10 16:47:27 2000
diff -u --recursive --new-file v2.4.0-test6/linux/include/linux/in6.h linux/include/linux/in6.h
@@ -34,21 +34,10 @@
__u8 u6_addr8[16];
__u16 u6_addr16[8];
__u32 u6_addr32[4];
-#if (~0UL) > 0xffffffff
-#ifndef __RELAX_IN6_ADDR_ALIGNMENT
- /* Alas, protocols do not respect 64bit alignmnet.
- rsvp/pim/... are broken. However, it is good
- idea to force correct alignment always, when
- it is possible.
- */
- __u64 u6_addr64[2];
-#endif
-#endif
} in6_u;
#define s6_addr in6_u.u6_addr8
#define s6_addr16 in6_u.u6_addr16
#define s6_addr32 in6_u.u6_addr32
-#define s6_addr64 in6_u.u6_addr64
};
struct sockaddr_in6 {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)