|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
IPv6 address struct. More...
#include <net_ip.h>
Data Fields | ||
| union { | ||
| uint8_t s6_addr [16] | ||
| IPv6 address buffer. More... | ||
| uint16_t s6_addr16 [8] | ||
| In big endian. More... | ||
| uint32_t s6_addr32 [4] | ||
| In big endian. More... | ||
| }; | ||
IPv6 address struct.
| union { ... } in6_addr |
| uint8_t in6_addr::s6_addr[16] |
IPv6 address buffer.
| uint16_t in6_addr::s6_addr16[8] |
In big endian.
| uint32_t in6_addr::s6_addr32[4] |
In big endian.