tasklwIP - A Lightweight TCP/IP stack - Tasks: task #12600, struct in6_addr error

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #12600: struct in6_addr error

Submitter:  hanhui <hanhui03>
Submitted:  Sat 04 May 2013 01:27:05 PM UTC
   
 
Category:  IPv6 Should Start On:  Sat 04 May 2013 12:00:00 AM UTC
Should be Finished on:  Sat 04 May 2013 12:00:00 AM UTC Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Percent Complete:  0%
Open/Closed:  Closed Planned Release:  None
Effort:  0.00

Sat 29 Jun 2013 07:17:52 PM UTC, comment #1: 

fixed in master: according to opengroup spec:

"The <netinet/in.h> header shall define the in6_addr structure that contains at least the following member:

uint8_t s6_addr[16]"

Simon Goldschmidt <goldsimon>
Group administrator
Sat 04 May 2013 01:27:05 PM UTC, original submission:  

struct in6_addr {
  union {
    u8_t  u8_addr[16];
    u32_t u32_addr[4];
  } un;
#define s6_addr  un.u32_addr
};

should be:

#define s6_addr  un.u8_addr




hanhui <hanhui03>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by hanhui03 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-29 goldsimon StatusNone Done
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code