Libtrap: Internal development docs
1.16.1
|
#include "trap_ifc.h"
Go to the source code of this file.
Macros | |
#define | TLS_PARAMS_DELIMITER (',') |
Functions | |
int | create_tls_sender_ifc (trap_ctx_priv_t *ctx, const char *params, trap_output_ifc_t *ifc, uint32_t idx) |
Constructor of output TCP/IP IFC module. This function is called by TRAP library to initialize one output interface. More... | |
int | create_tls_receiver_ifc (trap_ctx_priv_t *ctx, char *params, trap_input_ifc_t *ifc, uint32_t idx) |
Constructor of input TCP/IP IFC module. This function is called by TRAP library to initialize one input interface. More... | |