#include <connection.h>
Data Fields | |
int | connect_id |
char * | remote_hostname |
struct sockaddr_in | addr |
u_long | clientfd |
u_long | serverfd |
Definition at line 46 of file connection.h.
Definition at line 49 of file connection.h.
Referenced by AP_QUEUE_SEARCH_TEMPLATE(), connection_Copy(), and message_InitializeFromConnection().
Definition at line 52 of file connection.h.
Referenced by AP_QUEUE_SEARCH_TEMPLATE(), connection_Copy(), and connection_Destroy().
struct sockaddr_in connection_s::addr [read] |
Definition at line 54 of file connection.h.
Referenced by connection_Copy(), and message_InitializeFromConnection().
u_long connection_s::clientfd |
Definition at line 57 of file connection.h.
Referenced by connection_Copy(), connection_Destroy(), message_InitializeFromConnection(), and mtp_http_InitializeFromConnection().
u_long connection_s::serverfd |