BaseICMP()
Definition BaseICMP.cpp:8
ICMP()
Definition ICMP_LNX.cpp:11
ICMP & operator=(ICMP &&icmp) noexcept
Definition ICMP_LNX.cpp:40
UInt_64 Receive(Str_8 &address, ICMP_Header header, Serializer< UInt_64 > &data) override
Definition ICMP_LNX.cpp:108
UInt_64 Send(const Str_8 &address, ICMP_Header header, const Byte *data, UInt_64 size) override
Definition ICMP_LNX.cpp:66
void SetReceiveTimeout(UInt_64 timeout) override
Definition ICMP_LNX.cpp:156
bool IsValid() const override
Definition ICMP_LNX.cpp:172
Definition Serializer.h:25
int Int_32
Definition Types.h:51
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1902
unsigned char Byte
Definition Types.h:39