Member index for:

Class CICMPSocket
Data Item m_Data
Data Item m_DataSize
Data Item m_iBufferSendSize
Data Item m_ICMPHeader
Data Item m_ICMPIPHeader
Data Item m_IPHeader
Data Item m_pSendBuffer
Constructor CICMPSocket()
Destructor ~CICMPSocket()
Function ConstructICMP() const
Function Create()
Function GetLastDataSize()
Function GetLastICMPData() const
Function GetLastICMPHeader() const
Function GetLastICMPIPHeader() const
Function GetLastIPHeader() const
Function ProccessICMP(const char* buf)
Function ReverseHeader()
Function Send(LPCSTR lpDestinationAddress, unsigned char cICMP, unsigned char cType)
Function SendEcho(LPCSTR lpDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulData)
Function SendICMP(LPICMPHeader lpHead, LPCSTR lpDestinationAddress)
Function SendInformation(LPCSTR lpDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence)
Function SendParameter(LPCSTR lpDestinationAddress, unsigned char cError)
Function SendQuench(LPCSTR lpDestinationAddress)
Function SendRedirect(LPCSTR lpDestinationAddress, unsigned char cType, LPCSTR lpGatewayAddress)
Function SendTime(LPCSTR lpDestinationAddress, unsigned char cType)
Function SendTimestamp(LPCSTR lpDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulOriginateTimestamp, unsigned long ulReceiveTimestamp, unsigned long ulTransmitTimestamp)
Function SendUnreachable(LPCSTR lpDestinationAddress, unsigned char cType)
Function SetSendBuffer(const char* pBuffer, int iSendSize)
Custom Code in Header Before Includes Custom Code in Header Before Includes
Custom Code in Header After Includes Custom Code in Header After Includes
Custom Code in Source After Includes Custom Code in Source After Includes

[Back to Top]