OpenSDN source code
|
#include <boost/asio/ip/address.hpp>
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 boost::asio::ip::address_v4 Ip4Address |
typedef boost::asio::ip::address_v6 Ip6Address |
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 | ||
) |