#include <base/address.h>
#include <map>
#include <boost/assign/list_of.hpp>
Go to the source code of this file.
static int CountDots |
( |
const string & |
str | ) |
|
|
static |
boost::system::error_code Inet6PrefixParse |
( |
const string & |
str, |
|
|
Ip6Address * |
addr, |
|
|
int * |
plen |
|
) |
| |
boost::system::error_code Inet6SubnetParse |
( |
const string & |
str, |
|
|
Ip6Address * |
addr, |
|
|
int * |
plen |
|
) |
| |
boost::system::error_code Ip4PrefixParse |
( |
const string & |
str, |
|
|
Ip4Address * |
addr, |
|
|
int * |
plen |
|
) |
| |
boost::system::error_code Ip4SubnetParse |
( |
const string & |
str, |
|
|
Ip4Address * |
addr, |
|
|
int * |
plen |
|
) |
| |
Initial value:= boost::assign::map_list_of
Definition at line 16 of file address.cc.
Initial value:= boost::assign::map_list_of
Definition at line 29 of file address.cc.
Initial value:= boost::assign::map_list_of
Definition at line 42 of file address.cc.