Network routing information handling functions. [詳細]
#include <string>
ネームスペース | |
namespace | coil |
Common Object Interface Layer. | |
関数 | |
bool | coil::dest_to_endpoint (std::string dest_addr, std::string &endpoint) |
宛先アドレスから利用されるエンドポイントアドレスを得る | |
bool | coil::find_dest_ifname (std::string dest_addr, std::string &dest_if) |
宛先アドレスから利用されるネットワークインターフェース名を得る | |
bool | coil::ifname_to_ipaddr (std::string ifname, std::string &ipaddr) |
ネットワークインターフェース名からIPアドレスを得る |
Network routing information handling functions.
Copyright (C) 2010 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$