#include <filter.h>
Data Fields | |
| struct xfer_interface | xfer |
| Data transfer interface. | |
| struct xfer_filter_half * | other |
| Other half of the data transfer filter. | |
Embed two of these structures within a structure implementing a data transfer filter, and intialise with filter_init(). You can then use the filter_xxx() methods as the data transfer interface methods as required.
Definition at line 23 of file filter.h.
struct xfer_interface xfer_filter_half::xfer [read] |
Data transfer interface.
Definition at line 25 of file filter.h.
Referenced by __attribute__(), add_tls(), filter_init(), tls_cipherstream_close(), tls_cipherstream_deliver_raw(), tls_close(), tls_new_record(), tls_plainstream_close(), tls_plainstream_deliver_raw(), tls_plainstream_window(), tls_send_plaintext(), and tls_step().
struct xfer_filter_half* xfer_filter_half::other [read] |
Other half of the data transfer filter.
Definition at line 27 of file filter.h.
Referenced by __attribute__(), and filter_init().
1.5.7.1