Home | History | Annotate | Download | only in TrafficMonitor

Lines Matching refs:Direction

293                  this reset element will be with the same threshold but opposite in direction
325 TrafficAlertElement->Direction = TrafficAlertRegParm->Direction;
337 /*corresponding to the Alert request but opposite in the direction.*/
353 the direction and the call back that is set to null the CurrentState set to disable.
358 /*opposite in the direction from the TrafficAlertElement->Direction*/
359 if (TrafficAlertRegParm->Direction == TRAFF_UP)
360 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_DOWN;
362 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_UP;
495 have to check the that threshold is bigger or smaller according to the direction
520 2.The direction is opposite from the main alert.
521 3.The threshold is bigger or smaller according to the direction
526 if(TrafficResetAlertElement->Direction == TrafficAlertElement->Direction)
692 For alert with UP direction the following algorithm is preformed
762 For alert with DOWN direction the following algorithm is preformed
875 if (AlertElement->Direction == TRAFF_DOWN)
881 if ((AlertElement->Direction == TRAFF_DOWN) && (AlertElement->Trigger == TRAFF_EDGE) && (AlertElement->CurrentState == ALERT_OFF) && (AlertElement->Enabled == TRUE))
1086 if (AlertElement->Direction == TRAFF_UP)
1092 if ((AlertElement->Direction == TRAFF_DOWN) && (AlertElement->Trigger == TRAFF_EDGE) && (AlertElement->CurrentState == ALERT_OFF) && (AlertElement->Enabled == TRUE))
1152 if ((AlertElement->Direction == TRAFF_DOWN) && (AlertElement->Trigger == TRAFF_EDGE) && (AlertElement->CurrentState == ALERT_OFF) && (AlertElement->Enabled == TRUE))
1213 if ((AlertElement->Direction == TRAFF_DOWN) && (AlertElement->Trigger == TRAFF_EDGE) && (AlertElement->CurrentState == ALERT_OFF) && (AlertElement->Enabled == TRUE))
1278 TrafficAlertRegParm.Direction = TRAFF_UP ;
1288 TrafficAlertRegParm.Direction = TRAFF_UP ;
1299 TrafficAlertRegParm.Direction = TRAFF_DOWN ;
1309 TrafficAlertRegParm.Direction = TRAFF_DOWN ;