tor  master
Data Fields
in6_addr Struct Reference

#include <compat.h>

Data Fields

union {
   uint8_t   u6_addr8 [16]
 
   uint16_t   u6_addr16 [8]
 
   uint32_t   u6_addr32 [4]
 
in6_u
 

Detailed Description

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.


The documentation for this struct was generated from the following file: