#ifndef LLARP_NET_H #define LLARP_NET_H #include #include #include #include #include bool llarp_getifaddr(const char* ifname, int af, struct sockaddr* addr); #endif