|
Tor 0.5.0.0-alpha-dev
|
#include <inaddr_st.h>
Data Fields | ||
| union { | ||
| uint8_t u6_addr8 [16] | ||
| uint16_t u6_addr16 [8] | ||
| uint32_t u6_addr32 [4] | ||
| } | in6_u | |
Implementation of struct in6_addr for platforms that do not have it. Generally, these platforms are ones without IPv6 support, but we want to have a working in6_addr there anyway, so we can use it to parse IPv6 addresses.
Definition at line 50 of file inaddr_st.h.
| uint16_t u6_addr16[8] |
Definition at line 54 of file inaddr_st.h.
| uint32_t u6_addr32[4] |
Definition at line 55 of file inaddr_st.h.
| uint8_t u6_addr8[16] |
Definition at line 53 of file inaddr_st.h.