|
Electroneum
|
#include <ipsecmod.h>

Public Attributes | |
| int | enabled |
| int | is_whitelisted |
| struct ub_packed_rrset_key * | ipseckey_rrset |
| int | ipseckey_done |
Per query state for the ipsecmod module.
Definition at line 61 of file ipsecmod.h.
| 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.
| int ipsecmod_qstate::ipseckey_done |
If the IPSECKEY subquery has finished.
Definition at line 73 of file ipsecmod.h.
| 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.
| 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.