FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
mactime_device.h File Reference
+ Include dependency graph for mactime_device.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ MACTIME_DEVICE_FLAG_DROP_UDP_10001

#define MACTIME_DEVICE_FLAG_DROP_UDP_10001   (1<<5)

Definition at line 43 of file mactime_device.h.

◆ MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW

#define MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW   (1<<3)

Definition at line 41 of file mactime_device.h.

◆ MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW_QUOTA

#define MACTIME_DEVICE_FLAG_DYNAMIC_ALLOW_QUOTA   (1<<4)

Definition at line 42 of file mactime_device.h.

◆ MACTIME_DEVICE_FLAG_DYNAMIC_DROP

#define MACTIME_DEVICE_FLAG_DYNAMIC_DROP   (1<<2)

Definition at line 40 of file mactime_device.h.

◆ MACTIME_DEVICE_FLAG_STATIC_ALLOW

#define MACTIME_DEVICE_FLAG_STATIC_ALLOW   (1<<1)

Definition at line 39 of file mactime_device.h.

◆ MACTIME_DEVICE_FLAG_STATIC_DROP

#define MACTIME_DEVICE_FLAG_STATIC_DROP   (1<<0)

Always drop packets from this device.

Definition at line 38 of file mactime_device.h.

◆ MACTIME_RANGE_TYPE_ALLOW

#define MACTIME_RANGE_TYPE_ALLOW   1

Definition at line 23 of file mactime_device.h.

◆ MACTIME_RANGE_TYPE_DROP

#define MACTIME_RANGE_TYPE_DROP   0

Definition at line 22 of file mactime_device.h.