ACE  6.4.7
Public Attributes | List of all members
ACE_INET_Addr::ip46 Union Reference

Public Attributes

sockaddr_in in4_
 
sockaddr_in6 in6_
 

Detailed Description

Underlying representation. This union uses the knowledge that the two structures share the first member, sa_family (as all sockaddr structures do).

Member Data Documentation

◆ in4_

sockaddr_in ACE_INET_Addr::ip46::in4_

◆ in6_

sockaddr_in6 ACE_INET_Addr::ip46::in6_

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