Electroneum
ipsecmod_qstate Struct Reference

#include <ipsecmod.h>

Collaboration diagram for ipsecmod_qstate:

Public Attributes

int enabled
 
int is_whitelisted
 
struct ub_packed_rrset_keyipseckey_rrset
 
int ipseckey_done
 

Detailed Description

Per query state for the ipsecmod module.

Definition at line 61 of file ipsecmod.h.

Member Data Documentation

◆ enabled

int ipsecmod_qstate::enabled

State of the IPsec module. NOTE: This value is copied here from the configuration so that a change with unbound-control would not complicate an already running mesh.

Definition at line 65 of file ipsecmod.h.

◆ ipseckey_done

int ipsecmod_qstate::ipseckey_done

If the IPSECKEY subquery has finished.

Definition at line 73 of file ipsecmod.h.

◆ ipseckey_rrset

struct ub_packed_rrset_key* ipsecmod_qstate::ipseckey_rrset

Pointer to IPSECKEY rrset allocated in the qstate region. NULL if there was no IPSECKEY reply from the subquery.

Definition at line 71 of file ipsecmod.h.

◆ is_whitelisted

int ipsecmod_qstate::is_whitelisted

If the qname is whitelisted or not. NOTE: No whitelist means all qnames are whitelisted.

Definition at line 68 of file ipsecmod.h.


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