#include <stdio.h>#include <netdb.h>#include <arpa/inet.h>#include <netinet/in.h>#include <sys/wait.h>#include <coil/Routing.h>#include <coil/stringutil.h>#include <coil/config_coil.h>
Go to the source code of this file.
| Namespaces | |
| namespace | 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. | |
| bool | coil::find_dest_ifname (std::string dest_addr, std::string &dest_if) | 
| Getting network interface name from destination address. | |
| bool | coil::ifname_to_ipaddr (std::string ifname, std::string &ipaddr) | 
| Get IP address from a network interface name. | |