OpenDNSSEC-enforcer  1.3.8
Defines | Functions
/build/buildd/opendnssec-1.3.8/enforcer/ksm/ksm_parameter_value.c File Reference
#include "ksm/ksm.h"
#include "ksm/ksmdef.h"
#include "ksm/message.h"
Include dependency graph for ksm_parameter_value.c:

Go to the source code of this file.

Defines

#define max(x, y)   ((x) > (y) ? (x) : (y))
#define min(x, y)   ((x) < (y) ? (x) : (y))

Functions

int KsmParameterClockskew (KSM_PARCOLL *collection)
int KsmParameterKskLifetime (KSM_PARCOLL *collection)
int KsmParameterStandbyKSKeys (KSM_PARCOLL *collection)
int KsmParameterStandbyZSKeys (KSM_PARCOLL *collection)
int KsmParameterPropagationDelay (KSM_PARCOLL *collection)
int KsmParameterSigningInterval (KSM_PARCOLL *collection)
int KsmParameterSoaMin (KSM_PARCOLL *collection)
int KsmParameterSoaTtl (KSM_PARCOLL *collection)
int KsmParameterZskLifetime (KSM_PARCOLL *collection)
int KsmParameterZskTtl (KSM_PARCOLL *collection)
int KsmParameterKskTtl (KSM_PARCOLL *collection)
int KsmParameterKskPropagationDelay (KSM_PARCOLL *collection)
int KsmParameterRegistrationDelay (KSM_PARCOLL *collection)
int KsmParameterPubSafety (KSM_PARCOLL *collection)
int KsmParameterRetSafety (KSM_PARCOLL *collection)
int KsmParameterInitialPublicationInterval (KSM_PARCOLL *collection)

Define Documentation

#define max (   x,
 
)    ((x) > (y) ? (x) : (y))
#define min (   x,
 
)    ((x) < (y) ? (x) : (y))

Function Documentation

int KsmParameterClockskew ( KSM_PARCOLL collection)

Definition at line 62 of file ksm_parameter_value.c.

References KSM_PARCOLL::clockskew, KSM_INVARG, and MsgLog().

int KsmParameterKskLifetime ( KSM_PARCOLL collection)

Definition at line 72 of file ksm_parameter_value.c.

References KSM_PARCOLL::ksklife, KSM_INVARG, and MsgLog().

int KsmParameterKskTtl ( KSM_PARCOLL collection)
int KsmParameterPubSafety ( KSM_PARCOLL collection)

Definition at line 182 of file ksm_parameter_value.c.

References KSM_INVARG, MsgLog(), and KSM_PARCOLL::regdelay.

int KsmParameterRetSafety ( KSM_PARCOLL collection)

Definition at line 202 of file ksm_parameter_value.c.

References KSM_INVARG, MsgLog(), and KSM_PARCOLL::ret_safety.

Definition at line 112 of file ksm_parameter_value.c.

References KSM_INVARG, MsgLog(), and KSM_PARCOLL::signint.

int KsmParameterSoaMin ( KSM_PARCOLL collection)

Definition at line 122 of file ksm_parameter_value.c.

References KSM_INVARG, MsgLog(), and KSM_PARCOLL::soamin.

Referenced by KsmParameterInitialPublicationInterval().

int KsmParameterSoaTtl ( KSM_PARCOLL collection)

Definition at line 132 of file ksm_parameter_value.c.

References KSM_INVARG, MsgLog(), and KSM_PARCOLL::soattl.

Referenced by KsmParameterInitialPublicationInterval().

int KsmParameterStandbyKSKeys ( KSM_PARCOLL collection)
int KsmParameterStandbyZSKeys ( KSM_PARCOLL collection)
int KsmParameterZskLifetime ( KSM_PARCOLL collection)

Definition at line 142 of file ksm_parameter_value.c.

References KSM_INVARG, MsgLog(), and KSM_PARCOLL::zsklife.

int KsmParameterZskTtl ( KSM_PARCOLL collection)