42 static bool wake_on_lan(
void* kodiBase,
const char* mac);
43 static char* get_ip_address(
void* kodiBase);
44 static char* get_hostname(
void* kodiBase);
45 static char* get_user_agent(
void* kodiBase);
46 static bool is_local_host(
void* kodiBase,
const char* hostname);
47 static bool is_host_on_lan(
void* kodiBase,
const char* hostname,
bool offLineCheck);
48 static char* dns_lookup(
void* kodiBase,
const char* url,
bool* ret);
49 static char* url_encode(
void* kodiBase,
const char* url);
static bool wake_on_lan(void *kodiBase, const char *mac)
callback functions from add-on to kodi
Definition: Network.cpp:47
static bool is_host_on_lan(void *kodiBase, const char *hostname, bool offLineCheck)
Definition: Network.cpp:133
Main structure passed from kodi to addon with basic information needed to create add-on.
Definition: addon_base.h:378
Global general Add-on to Kodi callback functions.
Definition: Network.h:26