#include "action_drop.h"#include "../packets/packet.h"#include "../engine/session.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| int | DropAction (int RuleNum, int PacketSlot, void *Data) |
| int | InitActionDrop () |
Variables | |
| GlobalVars | Globals |
| int DropAction | ( | int | RuleNum, | |
| int | PacketSlot, | |||
| void * | Data | |||
| ) |
Definition at line 13 of file action_drop.c.
References FALSE, Globals, PACKET_STATUS_BLOCKED, global_vars::Packets, packet_rec::PassRawPacket, packet_rec::Status, TCPRemount_unblock(), and TRUE.
Referenced by InitActionDrop().
| int InitActionDrop | ( | ) |
Definition at line 35 of file action_drop.c.
References ACTION_NONE, action_item::ActionFunc, global_vars::ActionItems, CreateAction(), DropAction(), FALSE, Globals, and TRUE.
Referenced by InitActions().
1.5.2