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