OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
address.h File Reference
#include <boost/asio/ip/address.hpp>
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.

Classes

class  Address
 

Typedefs

typedef boost::asio::ip::address IpAddress
 
typedef boost::asio::ip::address_v4 Ip4Address
 
typedef boost::asio::ip::address_v6 Ip6Address
 

Functions

boost::system::error_code Ip4PrefixParse (const std::string &str, Ip4Address *addr, int *plen)
 
boost::system::error_code Ip4SubnetParse (const std::string &str, Ip4Address *addr, int *plen)
 
boost::system::error_code Inet6PrefixParse (const std::string &str, Ip6Address *addr, int *plen)
 
boost::system::error_code Inet6SubnetParse (const std::string &str, Ip6Address *addr, int *plen)
 

Typedef Documentation

typedef boost::asio::ip::address_v4 Ip4Address

Definition at line 14 of file address.h.

typedef boost::asio::ip::address_v6 Ip6Address

Definition at line 15 of file address.h.

typedef boost::asio::ip::address IpAddress

Definition at line 13 of file address.h.

Function Documentation

boost::system::error_code Inet6PrefixParse ( const std::string &  str,
Ip6Address addr,
int *  plen 
)
boost::system::error_code Inet6SubnetParse ( const std::string &  str,
Ip6Address addr,
int *  plen 
)
boost::system::error_code Ip4PrefixParse ( const std::string &  str,
Ip4Address addr,
int *  plen 
)
boost::system::error_code Ip4SubnetParse ( const std::string &  str,
Ip4Address addr,
int *  plen 
)