Network addresses and sockets related classes.
More...
Include dependency graph for address.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures
Class for the function object that validates multicast addresses.
More...
The CIDR class is used to support routing tables and validate address policies.
More...
The network name and address objects are all derived from a common
IPV4Address base class.
More...
Internet addresses used specifically as masking addresses (such as "
255.255.255.0") are held in the
IPV4Mask derived object.
More...
This object is used to hold the actual and valid internet address of a specific host machine that will be accessed through a socket.
More...
The broadcast address object is used to store the broadcast address for a specific subnet.
More...
A specialization of
IPV4Address that provides address validation for multicast addresses.
More...
Macros
Typedefs
Functions
Variables
Detailed Description
Network addresses and sockets related classes.
Definition in file address.h.
Macro Definition Documentation
#define CIDR_IPV4_ADDRESS_SIZE 32
#define CIDR_IPV6_ADDRESS_SIZE 45
#define INET_IPV4_ADDRESS_SIZE 16
#define INET_IPV6_ADDRESS_SIZE 40
Typedef Documentation
Transport Protocol Ports.
Definition at line 86 of file address.h.
Function Documentation
__EXPORT std::ostream& operator<<
(
std::ostream &
os,
)
Variable Documentation