![]() |
XRootD
|
#include <XrdNetPeer.hh>
Public Member Functions | |
XrdNetPeer () | |
~XrdNetPeer () | |
Public Attributes | |
int | fd |
XrdNetSockAddr | Inet |
XrdNetBuffer * | InetBuff |
char * | InetName |
Definition at line 38 of file XrdNetPeer.hh.
|
inline |
Definition at line 47 of file XrdNetPeer.hh.
|
inline |
Definition at line 48 of file XrdNetPeer.hh.
References InetBuff, InetName, and XrdNetBuffer::Recycle().
int XrdNetPeer::fd |
Definition at line 42 of file XrdNetPeer.hh.
Referenced by XrdNet::Connect(), and XrdNet::Relay().
XrdNetSockAddr XrdNetPeer::Inet |
Definition at line 43 of file XrdNetPeer.hh.
Referenced by XrdNet::Connect().
XrdNetBuffer* XrdNetPeer::InetBuff |
Definition at line 45 of file XrdNetPeer.hh.
Referenced by XrdNetPeer(), and ~XrdNetPeer().
char* XrdNetPeer::InetName |
Definition at line 44 of file XrdNetPeer.hh.
Referenced by XrdNetPeer(), ~XrdNetPeer(), XrdNet::Accept(), and XrdNet::Connect().