[U-Boot] [RFC PATCH 1/2] Initial net6.h

2013-01-16 Thread Chris Packham
From: Chris Packham Has the definition of an IPv6 address and IPv6 header. It may make sense to separate the v4 support from net.h (or to include this in net.h). Cc: Joe Hershberger Signed-off-by: Chris Packham --- include/net6.h | 43 +++ 1 file change

Re: [U-Boot] [RFC PATCH 1/2] Initial net6.h

2013-01-16 Thread Kim Phillips
On Wed, 16 Jan 2013 23:01:26 +1300 Chris Packham wrote: > +typedef union ip6addr_t { > + __u8u6_addr8[16]; > + __u16 u6_addr16[8]; __be16, for use with sparse. > + __u32 u6_addr32[4]; __be32 > +} IP6addr_t; Kim ___ U-Boot maili