![]() |
WL865E4-P
36.07.001
|
Structure for storing IPV6. More...
#include <m2mb_socket.h>
Data Fields | |
union { | |
UINT8 addr8 [16] | |
UINT16 addr16 [8] | |
UINT32 addr32 [4] | |
} | v6_v |
Structure for storing IPV6.
Definition at line 258 of file m2mb_socket.h.
UINT16 addr16[8] |
Definition at line 263 of file m2mb_socket.h.
UINT32 addr32[4] |
Definition at line 264 of file m2mb_socket.h.
UINT8 addr8[16] |
Definition at line 262 of file m2mb_socket.h.
union { ... } v6_v |