FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | mactime_device_t |
Macros | |
#define | MACTIME_RANGE_TYPE_DROP 0 |
#define | MACTIME_RANGE_TYPE_ALLOW 1 |
#define | MACTIME_DEVICE_FLAG_STATIC_DROP (1<<0) |
Always drop packets from this device. More... | |
#define | MACTIME_DEVICE_FLAG_STATIC_ALLOW (1<<1) |
#define | MACTIME_DEVICE_FLAG_DYNAMIC_DROP (1<<2) |
#define | MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW (1<<3) |
#define | MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW_QUOTA (1<<4) |
#define | MACTIME_DEVICE_FLAG_DROP_UDP_10001 (1<<5) |
#define MACTIME_DEVICE_FLAG_DROP_UDP_10001 (1<<5) |
Definition at line 43 of file mactime_device.h.
#define MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW (1<<3) |
Definition at line 41 of file mactime_device.h.
#define MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW_QUOTA (1<<4) |
Definition at line 42 of file mactime_device.h.
#define MACTIME_DEVICE_FLAG_DYNAMIC_DROP (1<<2) |
Definition at line 40 of file mactime_device.h.
#define MACTIME_DEVICE_FLAG_STATIC_ALLOW (1<<1) |
Definition at line 39 of file mactime_device.h.
#define MACTIME_DEVICE_FLAG_STATIC_DROP (1<<0) |
Always drop packets from this device.
Definition at line 38 of file mactime_device.h.
#define MACTIME_RANGE_TYPE_ALLOW 1 |
Definition at line 23 of file mactime_device.h.
#define MACTIME_RANGE_TYPE_DROP 0 |
Definition at line 22 of file mactime_device.h.