Go to the documentation of this file. 21 #ifndef NMSG_VENDORS_H 22 #define NMSG_VENDORS_H 24 #define NMSG_VENDOR_BASE_ID 1 25 #define NMSG_VENDOR_BASE_NAME "base" 26 #define NMSG_VENDOR_BASE { NMSG_VENDOR_BASE_ID, NMSG_VENDOR_BASE_NAME } 28 #define NMSG_VENDOR_ISC_ID NMSG_VENDOR_BASE_ID 29 #define NMSG_VENDOR_ISC_NAME NMSG_VENDOR_BASE_NAME 30 #define NMSG_VENDOR_ISC NMSG_VENDOR_BASE 32 #define NMSG_VENDOR_SIE_ID 2 33 #define NMSG_VENDOR_SIE_NAME "SIE" 34 #define NMSG_VENDOR_SIE { NMSG_VENDOR_SIE_ID, NMSG_VENDOR_SIE_NAME } 36 #define NMSG_VENDOR_GTISC_ID 3 37 #define NMSG_VENDOR_GTISC_NAME "GTISC" 38 #define NMSG_VENDOR_GTISC { NMSG_VENDOR_GTISC_ID, NMSG_VENDOR_GTISC_NAME } 40 #define NMSG_VENDOR_DEFINTEL_ID 4 41 #define NMSG_VENDOR_DEFINTEL_NAME "Defintel" 42 #define NMSG_VENDOR_DEFINTEL { NMSG_VENDOR_DEFINTEL_ID, NMSG_VENDOR_DEFINTEL_NAME } 44 #define NMSG_VENDOR_UNIVIE_ID 5 45 #define NMSG_VENDOR_UNIVIE_NAME "Univie" 46 #define NMSG_VENDOR_UNIVIE { NMSG_VENDOR_UNIVIE_ID, NMSG_VENDOR_UNIVIE_NAME } 48 #define NMSG_VENDOR_UNVEILLANCE_ID 6 49 #define NMSG_VENDOR_UNVEILLANCE_NAME "Unveillance" 50 #define NMSG_VENDOR_UNVEILLANCE { NMSG_VENDOR_UNVEILLANCE_ID, NMSG_VENDOR_UNVEILLANCE_NAME } 52 #define NMSG_VENDOR_WISC_ID 7 53 #define NMSG_VENDOR_WISC_NAME "WISC" 54 #define NMSG_VENDOR_WISC { NMSG_VENDOR_WISC_ID, NMSG_VENDOR_WISC_NAME }