Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cPingCommon.cpp File Reference
#include "pch.h"
#include "Proto/cPingCommon.h"
#include "Proto/cPingGray.h"
#include "Hash/cCRC.h"
#include "Hash/cCheckSum.h"
#include "GrayCore/include/cLogMgr.h"
#include "GrayCore/include/cAppState.h"

Namespaces

 GrayLib
 

Enumerations

enum  ICMP_TYPE {
  ICMP_ECHO = 8 , ICMP_ECHOREPLY = 0 , ICMP_IREQ = 15 , ICMP_IREQREPLY = 16 ,
  ICMP_MAXTYPE = 18
}
 

Detailed Description

Enumeration Type Documentation

◆ ICMP_TYPE

enum ICMP_TYPE
Enumerator
ICMP_ECHO 
ICMP_ECHOREPLY 

ICMP_ECHO = MSGTYPE_ECHO_REQ.

ICMP_IREQ 

ICMP_ECHOREPLY = MSGTYPE_ECHO_RESP.

ICMP_IREQREPLY 

ICMP_IREQ = MSGTYPE_INFO_REQ.

ICMP_MAXTYPE 

ICMP_IREQREPLY = MSGTYPE_INFO_RESP.