|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Macros | |
| #define | CALLBACK_FIRST 0 |
| #define | CALLBACK_CONNECT 0 |
| #define | CALLBACK_EHLO 1 |
| #define | CALLBACK_MAIL 2 |
| #define | CALLBACK_RCPT 3 |
| #define | CALLBACK_DATA 4 |
| #define | CALLBACK_HEADER 5 |
| #define | CALLBACK_EOH 6 |
| #define | CALLBACK_BODY 7 |
| #define | CALLBACK_EOM 8 |
| #define | CALLBACK_ABORT 9 |
| #define | CALLBACK_CLOSE 10 |
| #define | CALLBACK_UNKNOWN 11 |
| #define | CALLBACK_LAST 11 |
| #define | CALLBACK_LABEL(i) |
| #define | CALLBACK_VALUE(label) |
| #define | __ZE_CALLBACK_H 1 |
Functions | |
| bool | callback_stats_update (int callback, timems_T dt) |
| bool | callback_stats_dump (int fd, bool line) |
| #define __ZE_CALLBACK_H 1 |
Definition at line 75 of file ze-callback.h.
| #define CALLBACK_ABORT 9 |
Definition at line 37 of file ze-callback.h.
| #define CALLBACK_BODY 7 |
Definition at line 35 of file ze-callback.h.
| #define CALLBACK_CLOSE 10 |
Definition at line 38 of file ze-callback.h.
| #define CALLBACK_CONNECT 0 |
Definition at line 28 of file ze-callback.h.
| #define CALLBACK_DATA 4 |
Definition at line 32 of file ze-callback.h.
| #define CALLBACK_EHLO 1 |
Definition at line 29 of file ze-callback.h.
| #define CALLBACK_EOH 6 |
Definition at line 34 of file ze-callback.h.
| #define CALLBACK_EOM 8 |
Definition at line 36 of file ze-callback.h.
| #define CALLBACK_FIRST 0 |
Definition at line 27 of file ze-callback.h.
| #define CALLBACK_HEADER 5 |
Definition at line 33 of file ze-callback.h.
| #define CALLBACK_LABEL | ( | i | ) |
Definition at line 42 of file ze-callback.h.
| #define CALLBACK_LAST 11 |
Definition at line 40 of file ze-callback.h.
| #define CALLBACK_MAIL 2 |
Definition at line 30 of file ze-callback.h.
| #define CALLBACK_RCPT 3 |
Definition at line 31 of file ze-callback.h.
| #define CALLBACK_UNKNOWN 11 |
Definition at line 39 of file ze-callback.h.
| #define CALLBACK_VALUE | ( | label | ) |
Definition at line 55 of file ze-callback.h.
Definition at line 91 of file ze-callback.c.
Definition at line 68 of file ze-callback.c.