| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "NetworkWin10.h"#include "filesystem/SpecialProtocol.h"#include "platform/win10/AsyncHelpers.h"#include "platform/win32/WIN32Util.h"#include "platform/win32/CharsetConverter.h"#include "settings/Settings.h"#include "threads/SingleLock.h"#include "utils/log.h"#include "utils/StringUtils.h"#include <errno.h>#include <iphlpapi.h>#include <ppltasks.h>#include <string.h>#include <Ws2tcpip.h>#include <ws2ipdef.h>#include <Ipexport.h>#include <Icmpapi.h>Classes | |
| struct | ip_option_information | 
| struct | icmp_echo_reply | 
Macros | |
| #define | IP_STATUS_BASE 11000 | 
| #define | IP_SUCCESS 0 | 
| #define | IP_REQ_TIMED_OUT (IP_STATUS_BASE + 10) | 
Typedefs | |
| typedef ULONG | IPAddr | 
| typedef struct ip_option_information | IP_OPTION_INFORMATION | 
| typedef struct ip_option_information * | PIP_OPTION_INFORMATION | 
| typedef struct icmp_echo_reply | ICMP_ECHO_REPLY | 
| typedef struct icmp_echo_reply * | PICMP_ECHO_REPLY | 
| #define IP_REQ_TIMED_OUT (IP_STATUS_BASE + 10) | 
| #define IP_STATUS_BASE 11000 | 
| #define IP_SUCCESS 0 | 
| typedef struct icmp_echo_reply ICMP_ECHO_REPLY | 
| typedef struct ip_option_information IP_OPTION_INFORMATION | 
| typedef ULONG IPAddr | 
| typedef struct icmp_echo_reply * PICMP_ECHO_REPLY | 
| typedef struct ip_option_information * PIP_OPTION_INFORMATION |