Lines Matching defs:tnc_if_imv
37 struct tnc_if_imv { struct
38 struct tnc_if_imv *next; argument
39 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)(
79 struct tnc_if_imv *imv; /* local copy of tncs_global_data->imv */ argument