#include "evl.h"
Go to the source code of this file.
Functions | |
| Heap_t * | Evl_AllocateQueueHeap (st_table *queueTable) |
| Create a heap of Q_Q_t's , whose priorities are given by the currentPriority field. | |
| void | Evl_RoutePkt (Evl_Action_t *action, Evl_Bridge_t *bridge, Pkt_ProcessPkt_t *pp) |
| Set the route for the packet. | |
| void | Evl_UscriptAction (Rlp_Action_t *action, Evl_Manager_t *mgr, Pkt_ProcessPkt_t *pp) |
| Perform action desired by user, specified as a tcl proc. | |
| int | Evl_UcodeAction (Rlp_Action_t *action, Evl_Manager_t *mgr, Pkt_ProcessPkt_t *pp) |
| Perform action desired by user, implemented by C code that's been dynamically linked in previously. | |
Definition in file evlAct.c.
| void Evl_RoutePkt | ( | Evl_Action_t * | action, | |
| Evl_Bridge_t * | bridge, | |||
| Pkt_ProcessPkt_t * | pp | |||
| ) |
| int Evl_UcodeAction | ( | Rlp_Action_t * | action, | |
| Evl_Manager_t * | mgr, | |||
| Pkt_ProcessPkt_t * | pp | |||
| ) |
Perform action desired by user, implemented by C code that's been dynamically linked in previously.
Action is a C function which takes several parameters
| void Evl_UscriptAction | ( | Rlp_Action_t * | action, | |
| Evl_Manager_t * | mgr, | |||
| Pkt_ProcessPkt_t * | pp | |||
| ) |