#include <ICP.h>
Data Fields | |
uint8_t | opcode |
uint8_t | version |
uint16_t | msglen |
uint32_t | requestno |
uint32_t | optionflags |
uint32_t | optiondata |
uint32_t | shostid |
Definition at line 56 of file ICP.h.
uint16_t ICPMsgHeader::msglen |
Definition at line 60 of file ICP.h.
Referenced by ICPRequestCont::BuildICPMsg(), ICPlog::GetSize(), ICPRequestCont::NetToHostICPMsg(), and ICPPeerReadCont::PeerReadStateMachine().
uint8_t ICPMsgHeader::opcode |
Definition at line 58 of file ICP.h.
Referenced by ICPRequestCont::BuildICPMsg(), Peer::LogRecvMsg(), MultiCastPeer::LogSendMsg(), ParentSiblingPeer::LogSendMsg(), ICPRequestCont::NetToHostICPMsg(), ICPPeerReadCont::PeerReadStateMachine(), and ICPRequestCont::~ICPRequestCont().
uint32_t ICPMsgHeader::optiondata |
Definition at line 63 of file ICP.h.
Referenced by ICPRequestCont::BuildICPMsg(), and ICPRequestCont::NetToHostICPMsg().
uint32_t ICPMsgHeader::optionflags |
Definition at line 62 of file ICP.h.
Referenced by ICPRequestCont::BuildICPMsg(), and ICPRequestCont::NetToHostICPMsg().
uint32_t ICPMsgHeader::requestno |
Definition at line 61 of file ICP.h.
Referenced by ICPRequestCont::BuildICPMsg(), ICPPeerReadCont::ICPPeerQueryCont(), ICPPeerReadCont::ICPPeerQueryEvent(), ICPRequestCont::NetToHostICPMsg(), ICPPeerReadCont::PeerReadStateMachine(), and ICPPeerReadCont::StaleCheck().
uint32_t ICPMsgHeader::shostid |
Definition at line 64 of file ICP.h.
Referenced by ICPRequestCont::BuildICPMsg(), and ICPRequestCont::NetToHostICPMsg().
uint8_t ICPMsgHeader::version |
Definition at line 59 of file ICP.h.
Referenced by ICPRequestCont::BuildICPMsg(), ICPRequestCont::NetToHostICPMsg(), and ICPPeerReadCont::PeerReadStateMachine().