OpenDNSSEC-enforcer  1.4.3
Data Fields
KSM_ZONE Struct Reference

#include <ksm.h>

Data Fields

int id
 
int policy_id
 
char name [KSM_ZONE_NAME_LENGTH]
 
char signconf [KSM_PATH_LENGTH]
 
char input [KSM_PATH_LENGTH]
 
char output [KSM_PATH_LENGTH]
 
char policy_name [KSM_NAME_LENGTH]
 
char in_type [KSM_ADAPTER_NAME_LENGTH]
 
char out_type [KSM_ADAPTER_NAME_LENGTH]
 

Detailed Description

Definition at line 283 of file ksm.h.

Field Documentation

int KSM_ZONE::id

Definition at line 284 of file ksm.h.

Referenced by KsmZone().

char KSM_ZONE::in_type[KSM_ADAPTER_NAME_LENGTH]

Definition at line 291 of file ksm.h.

Referenced by append_zone(), and KsmZone().

char KSM_ZONE::input[KSM_PATH_LENGTH]

Definition at line 288 of file ksm.h.

Referenced by append_zone(), and KsmZone().

char KSM_ZONE::name[KSM_ZONE_NAME_LENGTH]

Definition at line 286 of file ksm.h.

Referenced by append_zone(), and KsmZone().

char KSM_ZONE::out_type[KSM_ADAPTER_NAME_LENGTH]

Definition at line 292 of file ksm.h.

Referenced by append_zone(), and KsmZone().

char KSM_ZONE::output[KSM_PATH_LENGTH]

Definition at line 289 of file ksm.h.

Referenced by append_zone(), and KsmZone().

int KSM_ZONE::policy_id

Definition at line 285 of file ksm.h.

Referenced by cmd_exportzonelist(), get_policy_name_from_id(), and KsmZone().

char KSM_ZONE::policy_name[KSM_NAME_LENGTH]

Definition at line 290 of file ksm.h.

Referenced by append_zone(), and get_policy_name_from_id().

char KSM_ZONE::signconf[KSM_PATH_LENGTH]

Definition at line 287 of file ksm.h.

Referenced by append_zone(), and KsmZone().


The documentation for this struct was generated from the following file: