diff options
Diffstat (limited to 'common/include/tfe_resource.h')
| -rw-r--r-- | common/include/tfe_resource.h | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/common/include/tfe_resource.h b/common/include/tfe_resource.h index d396bf3..01693be 100644 --- a/common/include/tfe_resource.h +++ b/common/include/tfe_resource.h @@ -20,17 +20,26 @@ enum RESOURCE_TYPE DYNAMIC_FIELDSTAT, }; -enum TABLE_TYPE +enum scan_common_table { - TABLE_SECURITY_SOURCE_ASN, - TABLE_SECURITY_DESTINATION_ASN, - TABLE_SECURITY_SOURCE_LOCATION, - TABLE_SECURITY_DESTINATION_LOCATION, - TABLE_OBJ_SUBSCRIBER_ID, - TABLE_OBJ_APP_ID_DICT, - TABLE_TYPE_MAX + PXY_CTRL_SOURCE_IP, + PXY_CTRL_DESTINATION_IP, + PXY_CTRL_INTERNAL_IP, + PXY_CTRL_EXTERNAL_IP, + PXY_CTRL_SOURCE_PORT, + PXY_CTRL_DESTINATION_PORT, + PXY_CTRL_INTERNAL_PORT, + PXY_CTRL_EXTERNAL_PORT, + PXY_CTRL_IP_PROTOCOL, + PXY_CTRL_SOURCE_ASN, + PXY_CTRL_DESTINATION_ASN, + PXY_CTRL_SOURCE_LOCATION, + PXY_CTRL_DESTINATION_LOCATION, + PXY_CTRL_SUBSCRIBER_ID, + PXY_CTRL_APP_ID_DICT, + __SCAN_COMMON_TABLE_MAX }; int tfe_bussiness_resouce_init(); void *tfe_bussiness_resouce_get(enum RESOURCE_TYPE type); -int tfe_bussiness_tableid_get(enum TABLE_TYPE type);
\ No newline at end of file +int tfe_bussiness_tableid_get(enum scan_common_table type);
\ No newline at end of file |
