#include <address.hpp>
process::network::inet::Address::Address |
( |
const net::IP & |
_ip, |
|
|
uint16_t |
_port |
|
) |
| |
|
inline |
Try<std::string> process::network::inet::Address::lookup_hostname |
( |
| ) |
const |
|
inline |
Returns the hostname of this address's IP, using a reverse DNS lookup for remote addresses or the local hostname for a local address.
- Returns
- the hostname of this address's IP.
process::network::inet::Address::operator sockaddr_storage |
( |
| ) |
const |
|
inline |
bool process::network::inet::Address::operator!= |
( |
const Address & |
that | ) |
const |
|
inline |
bool process::network::inet::Address::operator< |
( |
const Address & |
that | ) |
const |
|
inline |
bool process::network::inet::Address::operator== |
( |
const Address & |
that | ) |
const |
|
inline |
bool process::network::inet::Address::operator> |
( |
const Address & |
that | ) |
const |
|
inline |
net::IP process::network::inet::Address::ip |
uint16_t process::network::inet::Address::port |
The documentation for this class was generated from the following file: