Searched defs:tnc_if_imv (Results 1 – 1 of 1) sorted by relevance
37 struct tnc_if_imv { struct38 struct tnc_if_imv *next; argument39 char *name;40 char *path;41 void *dlhandle; /* from dlopen() */42 TNC_IMVID imvID;43 TNC_MessageTypeList supported_types;44 size_t num_supported_types;47 TNC_Result (*Initialize)(52 TNC_Result (*NotifyConnectionChange)([all …]