![]() |
ROOT
6.06/09
Reference Guide
|
#include "XrdProofdXrdVers.h"#include "XpdSysDNS.h"#include "XpdSysError.h"#include "XpdSysPlugin.h"#include "XpdSysPthread.h"#include "XrdProofConn.h"#include "XrdProofdAux.h"#include "XProofProtocol.h"#include "XrdClient/XrdClientConnMgr.hh"#include "XrdClient/XrdClientConst.hh"#include "XrdClient/XrdClientEnv.hh"#include "XrdClient/XrdClientLogConnection.hh"#include "XrdClient/XrdClientPhyConnection.hh"#include "XrdClient/XrdClientMessage.hh"#include "XrdClient/XrdClientUrlInfo.hh"#include "XrdOuc/XrdOucErrInfo.hh"#include "XrdOuc/XrdOucString.hh"#include "XrdSec/XrdSecInterface.hh"#include "XrdSys/XrdSysLogger.hh"#include "XrdSys/XrdSysPlatform.hh"#include <dlfcn.h>#include <link.h>#include "XrdProofdTrace.h"#include <sys/socket.h>#include <sys/types.h>#include <netdb.h>#include <pwd.h>
Include dependency graph for XrdProofConn.cxx:Go to the source code of this file.
Macros | |
| #define | URLTAG "["<<fUrl.Host<<":"<<fUrl.Port<<"]" |
Typedefs | |
| typedef XrdSecProtocol *(* | secGetProt_t) (const char *, const struct sockaddr &, const XrdSecParameters &, XrdOucErrInfo *) |
| #define URLTAG "["<<fUrl.Host<<":"<<fUrl.Port<<"]" |
Definition at line 97 of file XrdProofConn.cxx.
Referenced by XrdProofConn::Authenticate(), XrdProofConn::CheckErrorStatus(), XrdProofConn::CheckResp(), XrdProofConn::Close(), XrdProofConn::DoHandShake(), XrdProofConn::GetAccessToSrv(), XrdProofConn::Login(), XrdProofConn::LowWrite(), XrdProofConn::SendRecv(), XrdProofConn::SendReq(), XrdProofConn::TryConnect(), and XrdProofConn::XrdProofConn().
| typedef XrdSecProtocol*(* secGetProt_t) (const char *, const struct sockaddr &, const XrdSecParameters &, XrdOucErrInfo *) |
Definition at line 85 of file XrdProofConn.cxx.