Data Structures | |
struct | ddl_action_functions_s |
Provides a daemon-specific mapping between function names and function pointers. More... | |
Defines | |
#define | NULL_ACTION_FUNCTION_ENTRY NULL, 0, NULL |
#define | ACCEPTABLE_HIDE 0 |
Hide the token. | |
#define | ACCEPTABLE_OK 1 |
Display the token. | |
#define | ACCEPTABLE_EXCLUDE 2 |
Remov the token from user input. | |
#define | IFNF_IFD (1<<0) |
display ifds only | |
#define | IFNF_IFL (1<<1) |
display ifls only | |
#define | IFNF_IFLSET (1<<2) |
display iflsets only | |
#define | IFNF_HLPSTR (1<<3) |
display ifd help string | |
#define | IFNF_BOTH (IFNF_IFD | IFNF_IFL) |
display ifds and ifls | |
#define | VL_TAGGED (1<<0) |
Display tegged vlans. | |
#define | VL_DOT1Q (1<<1) |
Display dot1q vlans. | |
#define | VL_UNTAGGED (1<<2) |
Display untagged vlans. | |
#define | VL_SECONDARY (1<<3) |
Display secondary vlans. | |
#define | VL_ALL (1<<4) |
Display all vlans. | |
#define | EXPORT_DONT_RECURSE -2 |
Special flag for actions to return. | |
#define | EXPORT_ERROR -1 |
Error return from actions. | |
Typedefs | |
typedef int | ddl_acceptable_t |