Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include "Network.h"
#include "ServiceBroker.h"
#include "messaging/ApplicationMessenger.h"
#include "network/NetworkServices.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/log.h"
#include "utils/StringUtils.h"
#include "utils/XTimeUtils.h"
Functions | |
bool | in_ether (const char *bufp, unsigned char *addr) |
std::vector< SOCKET > | CreateTCPServerSocket (const int port, const bool bindLocal, const int backlog, const char *callerName) |
std::vector< SOCKET > CreateTCPServerSocket | ( | const int | port, |
const bool | bindLocal, | ||
const int | backlog, | ||
const char * | callerName ) |
bool in_ether | ( | const char * | bufp, |
unsigned char * | addr ) |