#include <string>
Go to the source code of this file.
Namespaces | |
coil | |
Common Object Interface Layer. | |
Functions | |
bool | coil::dest_to_endpoint (std::string dest_addr, std::string &endpoint) |
Getting network interface name from destination address. More... | |
bool | coil::find_dest_ifname (std::string dest_addr, std::string &dest_if) |
Getting network interface name from destination address. More... | |
bool | coil::ifname_to_ipaddr (std::string ifname, std::string &ipaddr) |
Get IP address from a network interface name. More... | |