Member index for:
CICMPSocket
m_pICMPHeader
m_pICMPICMPHeader
m_pICMPIPHeader
m_pICMPReceiveData
m_pIPHeader
m_pSendBuffer
m_usBufferSendSize
m_usDataSize
CICMPSocket(const CICMPSocket& rICMP)
CICMPSocket(BOOL bRawSocket)
~CICMPSocket()
ConstructICMP() const
Create()
FinalICMPHeader(LPICMPHeader lpHead) const
GetBufferSize() const
GetLastData() const
GetLastDataSize()
GetLastICMPHeader() const
GetLastICMPICMPHeader() const
GetLastICMPIPHeader() const
GetLastIPHeader() const
GetSendBuffer() const
operator =(CICMPSocket& rSocket)
ProccessICMP(const char* pBuffer)
ReverseHeader(LPICMPHeader pHeader)
Send(IP aDestinationAddress, unsigned char ucICMP, unsigned char ucType)
SendEcho(const std::string& rDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulData)
SendEcho(IP aDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulData)
SendICMP(LPICMPHeader lpHead, const std::string& rDestinationAddress)
SendICMP(LPICMPHeader lpHead, IP aDestinationAddress)
SendInformation(const std::string& rDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence)
SendInformation(IP aDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence)
SendParameter(const std::string& rDestinationAddress, unsigned char ucError)
SendParameter(IP aDestinationAddress, unsigned char ucError)
SendQuench(const std::string& rDestinationAddress)
SendQuench(IP aDestinationAddress)
SendRedirect(const std::string& rDestinationAddress, unsigned char ucType, const std::string& rGatewayAddress)
SendRedirect(IP aDestinationAddress, unsigned char ucType, IP aGatewayAddress)
SendTime(const std::string& rDestinationAddress, unsigned char ucType)
SendTime(IP aDestinationAddress, unsigned char ucType)
SendTimestamp(const std::string& rDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulOriginateTimestamp, unsigned long ulReceiveTimestamp, unsigned long ulTransmitTimestamp)
SendTimestamp(IP aDestinationAddress, BOOL bReply, unsigned short usIdentifier, unsigned short usSequence, unsigned long ulOriginateTimestamp, unsigned long ulReceiveTimestamp, unsigned long ulTransmitTimestamp)
SendUnreachable(const std::string& rDestinationAddress, unsigned char ucType)
SendUnreachable(IP aDestinationAddress, unsigned char ucType)
SetSendBuffer(const char* pBuffer, unsigned short usSendSize)
Custom Code in Header Before Includes
Custom Code in Header After Includes
Custom Code in Header After Class Declaration
Custom Code in Source After Includes