|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
| int | fd |
| int | port |
| int | ssl |
| List * | clients_with_requests |
| Counter * | active_consumers |
| FDSet * | server_fdset |
| Counter* port::active_consumers |
Definition at line 2019 of file http.c.
Referenced by port_add(), port_get_request(), and port_remove().
| List* port::clients_with_requests |
Definition at line 2018 of file http.c.
Referenced by port_add(), port_get_request(), port_put_request(), and port_remove().
| int port::fd |
Definition at line 2015 of file http.c.
Referenced by destroy_struct_server(), http_open_port_if(), and server_thread().
| int port::port |
Definition at line 2016 of file http.c.
Referenced by destroy_struct_server(), http_open_port_if(), and server_thread().
| FDSet* port::server_fdset |
Definition at line 2020 of file http.c.
Referenced by port_add(), port_get_fdset(), port_remove(), port_set_timeout(), and server_thread().
| int port::ssl |
Definition at line 2017 of file http.c.
Referenced by http_open_port_if().