#include <boost/asio/ip/address.hpp>
Go to the source code of this file.
◆ Ip4Address
◆ Ip6Address
◆ IpAddress
◆ Inet6PrefixParse()
| boost::system::error_code Inet6PrefixParse |
( |
const std::string & |
str, |
|
|
Ip6Address * |
addr, |
|
|
int * |
plen |
|
) |
| |
◆ Inet6SubnetParse()
| boost::system::error_code Inet6SubnetParse |
( |
const std::string & |
str, |
|
|
Ip6Address * |
addr, |
|
|
int * |
plen |
|
) |
| |
◆ Ip4PrefixParse()
| boost::system::error_code Ip4PrefixParse |
( |
const std::string & |
str, |
|
|
Ip4Address * |
addr, |
|
|
int * |
plen |
|
) |
| |
◆ Ip4SubnetParse()
| boost::system::error_code Ip4SubnetParse |
( |
const std::string & |
str, |
|
|
Ip4Address * |
addr, |
|
|
int * |
plen |
|
) |
| |