#include <connection.h>
Data Fields | |
int | connect_id |
int | nonce |
char * | remote_hostname |
struct sockaddr_in | addr |
u_long | clientfd |
u_long | serverfd |
unsigned char * | AES_key |
Definition at line 46 of file connection.h.
struct sockaddr_in connection_s::addr |
Definition at line 56 of file connection.h.
Referenced by connection_Copy(), listen_Thread(), and message_InitializeFromConnection().
unsigned char* connection_s::AES_key |
Definition at line 63 of file connection.h.
Referenced by listen_Thread(), and rece_de_msg().
u_long connection_s::clientfd |
Definition at line 59 of file connection.h.
Referenced by connection_Copy(), connection_Destroy(), listen_Thread(), message_InitializeFromConnection(), mtp_http_InitializeFromConnection(), and rece_de_msg().
Definition at line 49 of file connection.h.
Referenced by AP_QUEUE_SEARCH_TEMPLATE(), connection_Copy(), listen_Thread(), and message_InitializeFromConnection().
Definition at line 51 of file connection.h.
Referenced by listen_Thread(), and rece_de_msg().
Definition at line 54 of file connection.h.
Referenced by AP_QUEUE_SEARCH_TEMPLATE(), connection_Copy(), connection_Destroy(), and listen_Thread().
u_long connection_s::serverfd |
Definition at line 60 of file connection.h.
Referenced by connection_Copy(), and listen_Thread().