[Devel] Re: [PATCH 2/2] c/r: Add AF_INET support (v3)
Dan Smith
danms at us.ibm.com
Tue Jul 7 18:31:32 PDT 2009
Hi Brian,
>> + struct {
>> + char saddr[16];
>> + char rcv_saddr[16];
>> + char daddr[16];
>> + } inet6 __attribute__ ((aligned(8)));
BH> These should be 'struct in6_addr'.
Okay.
BH> And just like in your IPv4 section you need a FIXME here for the
BH> things you skipped :)
Heh, okay :)
BH> There's an inline called ipv6_addr_copy() that will do the same
BH> thing, then you could drop the alen argument.
Okay, cool.
Thanks!
--
Dan Smith
IBM Linux Technology Center
email: danms at us.ibm.com
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list