|
xrootd
|
#include <unistd.h>#include <ctype.h>#include <errno.h>#include <stdlib.h>#include <strings.h>#include <stdio.h>#include <netdb.h>#include <arpa/inet.h>#include <sys/param.h>#include <sys/socket.h>#include "XrdSys/XrdSysHeaders.hh"#include "XrdSec/XrdSecInterface.hh"
Defines | |
| #define | H(x) fprintf(stderr,x); fprintf(stderr, "\n"); |
| #define | I(x) fprintf(stderr, "\n"); H(x) |
Functions | |
| int | main (int argc, char **argv) |
| char * | tohex (char *inbuff, int inlen, char *outbuff) |
| void | help (int rc) |
Variables | |
| const char * | XrdSectestClientCVSID = "$Id$" |
| #define H | ( | x | ) | fprintf(stderr,x); fprintf(stderr, "\n"); |
Referenced by help().
| #define I | ( | x | ) | fprintf(stderr, "\n"); H(x) |
Referenced by help().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| char* tohex | ( | char * | inbuff, |
| int | inlen, | ||
| char * | outbuff | ||
| ) |
Referenced by main().
| const char* XrdSectestClientCVSID = "$Id$" |
1.7.4