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) |
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 | ServerInitHandShake2HostFmt (struct ServerInitHandShake *srh) |
void | ServerResponseHeader2NetFmt (struct ServerResponseHeader *srh) |
void | smartPrintClientHeader (XPClientRequest *hdr) |
void | smartPrintServerHeader (struct ServerResponseHeader *hdr) |
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 53 of file XProofProtUtils.cxx.
void XPD::clientUnmarshall | ( | struct ServerResponseHeader * | str | ) |
Definition at line 132 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 159 of file XProofProtUtils.cxx.
char * XPD::convertRespStatusToChar | ( | kXR_int16 | status | ) |
Definition at line 200 of file XProofProtUtils.cxx.
void XPD::ServerInitHandShake2HostFmt | ( | struct ServerInitHandShake * | srh | ) |
Definition at line 148 of file XProofProtUtils.cxx.
void XPD::ServerResponseHeader2NetFmt | ( | struct ServerResponseHeader * | srh | ) |
Definition at line 140 of file XProofProtUtils.cxx.
void XPD::smartPrintClientHeader | ( | XPClientRequest * | hdr | ) |
Definition at line 229 of file XProofProtUtils.cxx.
void XPD::smartPrintServerHeader | ( | struct ServerResponseHeader * | hdr | ) |
Definition at line 313 of file XProofProtUtils.cxx.