![]() |
XRootD
|
#include <XrdOucReqID.hh>
Public Member Functions | |
XrdOucReqID () | |
XrdOucReqID (const XrdNetSockAddr *myAddr, int myPort=-1) | |
~XrdOucReqID () | |
char * | ID (char *buff, int blen) |
char * | isMine (char *reqid, int &hport, char *hname, int hlen) |
char * | PFX () |
Static Public Member Functions | |
static int | Index (int KeyMax, const char *KeyVal, int KeyLen=0) |
Definition at line 41 of file XrdOucReqID.hh.
XrdOucReqID::XrdOucReqID | ( | ) |
Definition at line 53 of file XrdOucReqID.cc.
XrdOucReqID::XrdOucReqID | ( | const XrdNetSockAddr * | myAddr, |
int | myPort = -1 |
||
) |
Definition at line 71 of file XrdOucReqID.cc.
References XrdOucCRC::CRC32(), and XrdNetUtils::Encode().
|
inline |
Definition at line 56 of file XrdOucReqID.hh.
char * XrdOucReqID::ID | ( | char * | buff, |
int | blen | ||
) |
Definition at line 139 of file XrdOucReqID.cc.
References XrdSysMutex::Lock(), and XrdSysMutex::UnLock().
Referenced by XrdOssSys::Stage_QT().
|
static |
Definition at line 159 of file XrdOucReqID.cc.
References XrdOucCRC::CRC32().
char * XrdOucReqID::isMine | ( | char * | reqid, |
int & | hport, | ||
char * | hname, | ||
int | hlen | ||
) |
Definition at line 100 of file XrdOucReqID.cc.
References XrdNetSockAddr::Addr, XrdNetUtils::Decode(), XrdNetAddrInfo::Name(), and XrdNetAddr::Set().
|
inline |
Definition at line 49 of file XrdOucReqID.hh.