Lines Matching defs:tnc_if_imc
56 struct tnc_if_imc { struct
57 struct tnc_if_imc *next; argument
58 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;
66 size_t imc_send_len;
69 TNC_Result (*Initialize)(
97 struct tnc_if_imc *imc; argument