#include <cctype>#include <cinttypes>#include <netdb.h>#include <cstring>#include <unistd.h>#include <netinet/in.h>#include <sys/socket.h>#include <sys/types.h>#include <fcntl.h>#include <poll.h>#include "XrdNet/XrdNetAddr.hh"#include "XrdNet/XrdNetIdentity.hh"#include "XrdNet/XrdNetIF.hh"#include "XrdNet/XrdNetRegistry.hh"#include "XrdNet/XrdNetUtils.hh"#include "XrdOuc/XrdOucTList.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdSys/XrdSysE2T.hh"#include "XrdSys/XrdSysPlatform.hh"#include "XrdSys/XrdSysPthread.hh"Go to the source code of this file.
Classes | |
| struct | XrdNetSpace::hpSpec |
Namespaces | |
| namespace | XrdNetSpace |
Macros | |
| #define | IPPROTO_TCP 6 |
| #define | OrderXX (XrdNetUtils::order46 | XrdNetUtils::order64) |
| #define | SIN_PORT(x) |
| #define IPPROTO_TCP 6 |
Definition at line 835 of file XrdNetUtils.cc.
Referenced by XrdCl::Socket::Cork(), XrdCl::Socket::Initialize(), XrdNetUtils::ProtoID(), and XrdCl::Socket::Uncork().
| #define OrderXX (XrdNetUtils::order46 | XrdNetUtils::order64) |
Definition at line 197 of file XrdNetUtils.cc.
Referenced by XrdNetSpace::hpSpec::hpSpec().
| #define SIN_PORT | ( | x | ) |
Definition at line 199 of file XrdNetUtils.cc.
Referenced by XrdNetUtils::ServPort().