#include "RConfig.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
#include <sys/types.h>
#include <time.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include "rpdp.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
Functions | |
int | ROOT::SshToolAllocateSocket (unsigned int, unsigned int, char **) |
void | ROOT::SshToolDiscardSocket (const char *, int) |
int | ROOT::SshToolNotifyFailure (const char *) |
int | ROOT::SshToolGetAuth (int, const char *) |
Variables | |
int | gDebug |