acltdtQueueRouteQueryMode
1 2 3 4 5 6 | typedef enum { The ACL_TDT_QUEUE_ROUTE_QUERY_SRC = 0, // specifies that the query is based on the source queue ID. ACL_TDT_QUEUE_ROUTE_QUERY_DST = 1, // specifies that the query is performed based on the target queue ID. ACL_TDT_QUEUE_ROUTE_QUERY_SRC_AND_DST = 2 // specifies the query based on both the source and destination queue IDs. ACL_TDT_QUEUE_ROUTE_QUERY_ABNORMAL = 100 //: queries abnormal routes. } acltdtQueueRouteQueryMode; |
Parent topic: Data Types and Operation APIs