#include <ccs-client.h>
Data Fields | |
char | hostAddr [128] |
skt_ip_t | hostIP |
unsigned int | hostPort |
int | isAuth |
int | level |
CcsSec_secretKey | key |
int | clientID |
int | clientSalt |
int | replySalt |
CCS_RAND_state | rand |
int | numNodes |
int | numPes |
int * | numProcs |
SOCKET | replyFd |
Definition at line 15 of file ccs-client.h.
char CcsServer::hostAddr[128] |
Definition at line 17 of file ccs-client.h.
Definition at line 18 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsSendRequestGeneric(), and printSvr().
unsigned int CcsServer::hostPort |
Definition at line 19 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsSendRequestGeneric(), and printSvr().
Definition at line 22 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsImpl_recvReplyAuth(), CcsSendRequestGeneric(), and printSvr().
Definition at line 23 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsImpl_authInit(), and CcsSendRequestGeneric().
Definition at line 24 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsImpl_authInit(), CcsImpl_recvReplyAuth(), and CcsSendRequestGeneric().
Definition at line 25 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsImpl_authInit(), and CcsSendRequestGeneric().
Definition at line 25 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsImpl_authInit(), and CcsSendRequestGeneric().
Definition at line 26 of file ccs-client.h.
Referenced by CcsImpl_recvReplyAuth(), and CcsSendRequestGeneric().
Definition at line 27 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsImpl_authInit(), and CcsSendRequestGeneric().
Definition at line 30 of file ccs-client.h.
Referenced by CcsNumNodes(), parseInfo(), and printSvr().
Definition at line 32 of file ccs-client.h.
Referenced by CcsNodeFirst(), CcsNodeSize(), parseInfo(), and printSvr().
SOCKET CcsServer::replyFd |
Definition at line 35 of file ccs-client.h.
Referenced by CcsConnectIpWithTimeout(), CcsFinalize(), CcsImpl_recvReplyAuth(), CcsNoResponse(), CcsProbe(), CcsProbeTimeout(), CcsRecvResponse(), CcsRecvResponseMsg(), CcsSendRequestGeneric(), and printSvr().