LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
swoc::IP6Addr::Addr Union Reference

#include <IPAddr.h>

Collaboration diagram for swoc::IP6Addr::Addr:
Collaboration graph

Public Attributes

word_store_type _store = {0}
 0 is MSW, 1 is LSW.
 
quad_store_type _quad
 By quad.
 
raw_type _raw
 By byte.
 
in6_addr _in6
 By networking type (but in host order!)
 

Detailed Description

Type for digging around inside the address, with the various forms of access. These are in sort of host order - _store elements are host order, but the MSW and LSW are swapped (big-endian). This makes various bits of the implementation easier. Conversion to and from network order is via the reorder method.

Definition at line 457 of file IPAddr.h.

Member Data Documentation

◆ _in6

in6_addr swoc::IP6Addr::Addr::_in6

By networking type (but in host order!)

Definition at line 461 of file IPAddr.h.

◆ _quad

quad_store_type swoc::IP6Addr::Addr::_quad

By quad.

Definition at line 459 of file IPAddr.h.

◆ _raw

raw_type swoc::IP6Addr::Addr::_raw

By byte.

Definition at line 460 of file IPAddr.h.

◆ _store

word_store_type swoc::IP6Addr::Addr::_store = {0}

0 is MSW, 1 is LSW.

Definition at line 458 of file IPAddr.h.


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