9#ifndef PLATFORM_SUPPORTS_ICMP
13 #define PLATFORM_SUPPORTS_ICMP 1
14 #define PLATFORM_USES_POSIX_ICMP 0
15 #define PING_ALLOWS_CUSTOM_THREAD_SIZE 1
19 #define PLATFORM_SUPPORTS_ICMP 1
20 #define PLATFORM_USES_POSIX_ICMP 1
21 #define PING_ALLOWS_CUSTOM_THREAD_SIZE 0
25 #define PLATFORM_SUPPORTS_ICMP 1
26 #define PLATFORM_USES_POSIX_ICMP 1
27 #define PING_ALLOWS_CUSTOM_THREAD_SIZE 0
29 #elif PLATFORM_ANDROID
31 #define PLATFORM_SUPPORTS_ICMP 1
32 #define PLATFORM_USES_POSIX_ICMP 1
33 #define PING_ALLOWS_CUSTOM_THREAD_SIZE 0
37 #define PLATFORM_SUPPORTS_ICMP 1
38 #define PLATFORM_USES_POSIX_ICMP 1
39 #define PING_ALLOWS_CUSTOM_THREAD_SIZE 1
43 #define PLATFORM_SUPPORTS_ICMP 0
44 #define PLATFORM_USES_POSIX_ICMP 0
45 #define PING_ALLOWS_CUSTOM_THREAD_SIZE 0
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
int CalculateChecksum(uint8 *Address, int Length)
Definition Icmp.cpp:25
bool ResolveIp(ISocketSubsystem *SocketSub, const FString &HostName, FString &OutIp)
Definition Icmp.cpp:50
Definition SocketSubsystem.h:58