00001 // -*- C++ -*- 00020 #ifndef COIL_ROUTING_H 00021 #define COIL_ROUTING_H 00022 00023 #include <string> 00024 00025 namespace coil 00026 { 00058 bool dest_to_endpoint(std::string dest_addr, std::string& endpoint); 00059 00092 bool find_dest_ifname(std::string dest_addr, std::string& dest_if); 00093 00120 bool ifname_to_ipaddr(std::string ifname, std::string& ipaddr); 00121 00122 00123 }; //namespace coil 00124 #endif // COIL_ROUTING_H