ROOT  6.06/09
Reference Guide
Functions
XPD Namespace Reference

Functions

int clientMarshall (XPClientRequest *str)
 This function applies the network byte order on those parts of the 16-bytes buffer, only if it is composed by some binary part Return 0 if OK, -1 in case the ID is unknown. More...
 
void clientUnmarshall (struct ServerResponseHeader *str)
 
void ServerResponseHeader2NetFmt (struct ServerResponseHeader *srh)
 
void ServerInitHandShake2HostFmt (struct ServerInitHandShake *srh)
 
char * convertRequestIdToChar (kXR_int16 requestid)
 This procedure convert the request code id (an integer defined in XProtocol.hh) in the ascii label (human readable) More...
 
char * convertRespStatusToChar (kXR_int16 status)
 
void smartPrintClientHeader (XPClientRequest *hdr)
 
void smartPrintServerHeader (struct ServerResponseHeader *hdr)
 

Function Documentation

int XPD::clientMarshall ( XPClientRequest str)

This function applies the network byte order on those parts of the 16-bytes buffer, only if it is composed by some binary part Return 0 if OK, -1 in case the ID is unknown.

Definition at line 52 of file XProofProtUtils.cxx.

Referenced by XrdProofdNetMgr::BroadcastCtrlC(), TXSocket::CtrlC(), TXSocket::Ping(), TXSocket::RemoteTouch(), and XrdProofConn::SendRecv().

void XPD::clientUnmarshall ( ServerResponseHeader *  str)

Definition at line 131 of file XProofProtUtils.cxx.

char * XPD::convertRequestIdToChar ( kXR_int16  requestid)

This procedure convert the request code id (an integer defined in XProtocol.hh) in the ascii label (human readable)

Definition at line 158 of file XProofProtUtils.cxx.

Referenced by smartPrintClientHeader().

char * XPD::convertRespStatusToChar ( kXR_int16  status)

Definition at line 199 of file XProofProtUtils.cxx.

Referenced by XrdProofConn::SendRecv().

void XPD::ServerInitHandShake2HostFmt ( ServerInitHandShake *  srh)

Definition at line 147 of file XProofProtUtils.cxx.

Referenced by XrdProofConn::DoHandShake().

void XPD::ServerResponseHeader2NetFmt ( ServerResponseHeader *  srh)

Definition at line 139 of file XProofProtUtils.cxx.

void XPD::smartPrintClientHeader ( XPClientRequest hdr)

Definition at line 228 of file XProofProtUtils.cxx.

Referenced by XrdProofConn::SendRecv().

void XPD::smartPrintServerHeader ( ServerResponseHeader *  hdr)

Definition at line 312 of file XProofProtUtils.cxx.

Referenced by XrdProofConn::SendRecv().