FreeBSD kernel IPv6 code
in6_addr Struct Reference

#include <in6.h>

Data Fields

union {
   uint8_t   __u6_addr8 [16]
 
   uint16_t   __u6_addr16 [8]
 
   uint32_t   __u6_addr32 [4]
 
__u6_addr
 

Detailed Description

Definition at line 97 of file in6.h.

Field Documentation

◆ 

union { ... } in6_addr::__u6_addr

◆ __u6_addr16

uint16_t in6_addr::__u6_addr16[8]

Definition at line 100 of file in6.h.

◆ __u6_addr32

uint32_t in6_addr::__u6_addr32[4]

Definition at line 101 of file in6.h.

◆ __u6_addr8

uint8_t in6_addr::__u6_addr8[16]

Definition at line 99 of file in6.h.


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