[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #38886] in6_addr error
From: |
hanhui |
Subject: |
[lwip-devel] [bug #38886] in6_addr error |
Date: |
Wed, 08 May 2013 06:17:24 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 |
Follow-up Comment #2, bug #38886 (project lwip):
#define s6_addr un.u8_addr is right from IEEE Std 1003.1, 2004 Edition.
<http://pubs.opengroup.org/onlinepubs/009696899/basedefs/netinet/in.h.html>
The <netinet/in.h> header shall define the in6_addr structure that contains at
least the following member:
uint8_t s6_addr[16];
so, #define s6_addr un.u8_addr is right!
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?38886>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/