#include <session.h>
Data Fields | |
| IOCHAN | client_chan |
| COMSTACK | client_link |
| ODR | decode |
| ODR | encode |
| ODR | |
| char * | encode_buffer |
| int | encoded_len |
| char * | input_buffer |
| int | input_buffer_len |
| int | input_apdu_len |
| oid_proto | proto |
| void * | backend |
| request_q | incoming |
| request_q | outgoing |
| association_state | state |
| int | preferredMessageSize |
| int | maximumRecordSize |
| int | version |
| unsigned | cs_get_mask |
| unsigned | cs_put_mask |
| unsigned | cs_accept_mask |
| struct bend_initrequest * | init |
| statserv_options_block * | last_control |
| struct gfs_server * | server |
Definition at line 106 of file session.h.
Definition at line 108 of file session.h.
Referenced by bend_assoc_is_alive(), control_association(), create_association(), and ir_session().
Definition at line 109 of file session.h.
Referenced by control_association(), create_association(), iochan_event_loop(), ir_read(), and ir_session().
Definition at line 110 of file session.h.
Referenced by create_association(), destroy_association(), and ir_read().
Definition at line 111 of file session.h.
Referenced by create_association(), destroy_association(), and ir_read().
Definition at line 112 of file session.h.
Referenced by create_association(), destroy_association(), and ir_read().
Definition at line 115 of file session.h.
Referenced by create_association(), destroy_association(), and ir_read().
| void* association::backend |
Definition at line 119 of file session.h.
Referenced by control_association(), create_association(), and destroy_association().
Definition at line 120 of file session.h.
Referenced by backend_response(), create_association(), destroy_association(), ir_read(), and ir_session().
Definition at line 121 of file session.h.
Referenced by bend_request_mk(), create_association(), destroy_association(), and ir_session().
Definition at line 122 of file session.h.
Referenced by bend_assoc_is_alive(), create_association(), ir_read(), and ir_session().
| unsigned association::cs_get_mask |
Definition at line 129 of file session.h.
Referenced by create_association(), ir_read(), and ir_session().
| unsigned association::cs_put_mask |
Definition at line 130 of file session.h.
Referenced by create_association(), ir_read(), and ir_session().
| unsigned association::cs_accept_mask |
struct bend_initrequest* association::init [read] |
Definition at line 133 of file session.h.
Referenced by control_association(), create_association(), and destroy_association().
Definition at line 134 of file session.h.
Referenced by control_association(), and create_association().
struct gfs_server* association::server [read] |
Definition at line 136 of file session.h.
Referenced by control_association(), and create_association().
1.5.6