Go to the documentation of this file.   10 #if ! defined(__PROTOCOL_IDS_H__)    11 #define __PROTOCOL_IDS_H__    17 #define BRP_PROTID_BRP                 1    23 #define BRP_PROTID_TCPIP               2    29 #define BRP_PROTID_PKI                 3    35 #define BRP_PROTID_COMPOSITE           4    42 #define BRP_PROTID_DUMMY               5    48 #define BRP_PROTID_USB_HID             6    54 #define BRP_PROTID_RS232               7    60 #define BRP_PROTID_SECURE_CHANNEL      8    68 #define BRP_PROTID_MONITOR             9    74 #define BRP_PROTID_CUSTOM(ndx)         (0x80+(ndx))    79 #define BRP_LAYERID_ANONYMOUS      0       80 #define BRP_LAYERID_IO             1       81 #define BRP_LAYERID_BRP            3       83 #define BRP_LAYERID_MONITOR        5       84 #define BRP_LAYERID_CRYPTO         4       85 #define BRP_LAYERID_PLAIN_MONITOR  6