![]() |
XRootD
|
#include <cctype>
#include <netdb.h>
#include <cstdio>
#include <sys/types.h>
#include "XrdNet/XrdNetAddr.hh"
#include "XrdNet/XrdNetIF.hh"
#include "XrdNet/XrdNetIdentity.hh"
#include "XrdNet/XrdNetUtils.hh"
#include "XrdOuc/XrdOucTList.hh"
#include "XrdSys/XrdSysE2T.hh"
#include "XrdSys/XrdSysError.hh"
#include <iostream>
Go to the source code of this file.
Macros | |
#define | ADDSLOT(xdst, xstr, xlen) |
#define | prtaddr(x) std::cerr <<"Addr!!! " << *x <<std::endl; |
#define | RLOSLOT(xdst) xdst = (ifData *)(ifBuff+((char *)xdst-buff)) |
#define ADDSLOT | ( | xdst, | |
xstr, | |||
xlen | |||
) |
Definition at line 264 of file XrdNetIF.cc.
#define prtaddr | ( | x | ) | std::cerr <<"Addr!!! " << *x <<std::endl; |
Definition at line 427 of file XrdNetIF.cc.
#define RLOSLOT | ( | xdst | ) | xdst = (ifData *)(ifBuff+((char *)xdst-buff)) |
Definition at line 267 of file XrdNetIF.cc.