|
XRootD
|
#include <XrdOucReqID.hh>
Collaboration diagram for XrdOucReqID: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().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 159 of file XrdOucReqID.cc.
References XrdOucCRC::CRC32().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
inline |
Definition at line 49 of file XrdOucReqID.hh.