#include "XProtocol/XProtocol.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include <sys/types.h>
#include <strings.h>
#include <netinet/in.h>
#include <string.h>
#include <stdio.h>
Include dependency graph for XrdClientProtocol.cc:
Defines | |
#define | _htonll(x) htonll(x) |
Functions | |
void | clientMarshall (ClientRequest *str) |
void | clientMarshallReadAheadList (readahead_list *buf_list, kXR_int32 dlen) |
void | clientUnMarshallReadAheadList (readahead_list *buf_list, kXR_int32 dlen) |
void | clientUnmarshall (struct ServerResponseHeader *str) |
void | ServerResponseHeader2NetFmt (struct ServerResponseHeader *srh) |
void | ServerInitHandShake2HostFmt (struct ServerInitHandShake *srh) |
bool | isRedir (struct ServerResponseHeader *ServerResponse) |
char * | convertRequestIdToChar (kXR_unt16 requestid) |
void | PutFilehandleInRequest (ClientRequest *str, char *fHandle) |
char * | convertRespStatusToChar (kXR_unt16 status) |
void | smartPrintClientHeader (ClientRequest *hdr) |
void | smartPrintServerHeader (struct ServerResponseHeader *hdr) |
Variables | |
const char * | XrdClientProtocolCVSID = "$Id$" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|