Libtrap: Internal development docs  1.16.1
Macros | Functions
ifc_tls.h File Reference
#include "trap_ifc.h"
Include dependency graph for ifc_tls.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ TLS_PARAMS_DELIMITER

#define TLS_PARAMS_DELIMITER   (',')

Delimiter used between params in the create_tls_sender_ifc and create_tls_receiver_ifc functions.

Definition at line 52 of file ifc_tls.h.