#include "../config.h"#include "../engine/hlbr.h"#include "action.h"Go to the source code of this file.
Data Structures | |
| struct | listen_data_record |
| struct | listen_data_record_stats |
| struct | listen_data_record_alert |
Defines | |
| #define | PREMAGIC 0x11223344 |
| #define | LDATA_TYPE_STATISTICS 1 |
| #define | LDATA_TYPE_ALERT 2 |
Typedefs | |
| typedef listen_data_record | DRec |
| typedef listen_data_record_stats | DRecStat |
| typedef listen_data_record_alert | DRecAlert |
Functions | |
| int | InitActionAlertListenSocket () |
| #define LDATA_TYPE_ALERT 2 |
Definition at line 11 of file action_alert_listensocket.h.
Referenced by AlertListenSocketAction(), and main().
| #define LDATA_TYPE_STATISTICS 1 |
Definition at line 10 of file action_alert_listensocket.h.
Referenced by ListenSocketTimerFunc(), and main().
| #define PREMAGIC 0x11223344 |
Definition at line 8 of file action_alert_listensocket.h.
Referenced by AlertListenSocketAction(), and ListenSocketTimerFunc().
| typedef struct listen_data_record DRec |
| typedef struct listen_data_record_alert DRecAlert |
| typedef struct listen_data_record_stats DRecStat |
| int InitActionAlertListenSocket | ( | ) |
Definition at line 281 of file action_alert_listensocket.c.
References ACTION_NONE, action_item::ActionFunc, global_vars::ActionItems, AlertListenSocketAction(), AlertListenSocketMessage(), AlertListenSocketParseArgs(), CreateAction(), FALSE, Globals, action_item::MessageFunc, action_item::ParseArgs, and TRUE.
Referenced by InitActions().
1.5.2