OpenDNSSEC-enforcer
1.4.3
|
#include <ksm.h>
Data Fields | |
char | name [KSM_NAME_LENGTH] |
char | category [KSM_NAME_LENGTH] |
int | value |
int | parameter_id |
char KSM_PARAMETER::category[KSM_NAME_LENGTH] |
Definition at line 155 of file ksm.h.
Referenced by KsmParameter(), and KsmParameterShow().
char KSM_PARAMETER::name[KSM_NAME_LENGTH] |
Definition at line 154 of file ksm.h.
Referenced by KsmParameter(), and KsmParameterShow().
int KSM_PARAMETER::parameter_id |
Definition at line 157 of file ksm.h.
Referenced by KsmParameter(), and KsmParameterValue().
int KSM_PARAMETER::value |
Definition at line 156 of file ksm.h.
Referenced by cmd_addzone(), cmd_import(), cmd_rollzone(), KsmParameter(), KsmParameterShow(), KsmParameterValue(), and update_zones().