Searched defs:tnc_if_imc (Results 1 – 1 of 1) sorted by relevance
56 struct tnc_if_imc { struct57 struct tnc_if_imc *next; argument58 char *name;59 char *path;60 void *dlhandle; /* from dlopen() */61 TNC_IMCID imcID;62 TNC_ConnectionID connectionID;63 TNC_MessageTypeList supported_types;64 size_t num_supported_types;65 u8 *imc_send;[all …]