OpenDNSSEC-signer  1.4.8.2
Data Fields
xfrd_struct Struct Reference

#include <xfrd.h>

Collaboration diagram for xfrd_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
 
void * xfrhandler
 
void * zone
 
lock_basic_type serial_lock
 
lock_basic_type rw_lock
 
int tcp_conn
 
int round_num
 
int master_num
 
int next_master
 
acl_typemaster
 
uint32_t serial_xfr
 
uint32_t serial_notify
 
uint32_t serial_disk
 
time_t serial_xfr_acquired
 
time_t serial_notify_acquired
 
time_t serial_disk_acquired
 
uint8_t serial_retransfer
 
soa_type soa
 
struct timespec timeout
 
netio_handler_type handler
 
uint16_t query_id
 
uint32_t msg_seq_nr
 
uint32_t msg_old_serial
 
uint32_t msg_new_serial
 
size_t msg_rr_count
 
uint8_t msg_is_ixfr
 
uint8_t msg_do_retransfer
 
tsig_rr_typetsig_rr
 
xfrd_typetcp_waiting_next
 
xfrd_typeudp_waiting_next
 
unsigned tcp_waiting: 1
 
unsigned udp_waiting: 1
 

Detailed Description

Definition at line 91 of file xfrd.h.

Field Documentation

allocator_type* xfrd_struct::allocator

Definition at line 93 of file xfrd.h.

Referenced by xfrd_cleanup(), and xfrd_create().

netio_handler_type xfrd_struct::handler
acl_type* xfrd_struct::master

Definition at line 104 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

int xfrd_struct::master_num

Definition at line 102 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

uint8_t xfrd_struct::msg_do_retransfer

Definition at line 127 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

uint8_t xfrd_struct::msg_is_ixfr

Definition at line 126 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

uint32_t xfrd_struct::msg_new_serial

Definition at line 124 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

uint32_t xfrd_struct::msg_old_serial

Definition at line 123 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

size_t xfrd_struct::msg_rr_count

Definition at line 125 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

uint32_t xfrd_struct::msg_seq_nr

Definition at line 122 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

int xfrd_struct::next_master

Definition at line 103 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

uint16_t xfrd_struct::query_id

Definition at line 121 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

int xfrd_struct::round_num

Definition at line 101 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

lock_basic_type xfrd_struct::rw_lock

Definition at line 97 of file xfrd.h.

Referenced by addns_read(), addns_read_rr(), xfrd_acl_sockaddr_to(), xfrd_cleanup(), and xfrd_create().

uint32_t xfrd_struct::serial_disk

Definition at line 109 of file xfrd.h.

Referenced by query_reset(), xfrd_acl_sockaddr_to(), and xfrd_create().

time_t xfrd_struct::serial_disk_acquired
lock_basic_type xfrd_struct::serial_lock
uint32_t xfrd_struct::serial_notify

Definition at line 108 of file xfrd.h.

Referenced by query_reset(), xfrd_acl_sockaddr_to(), and xfrd_create().

time_t xfrd_struct::serial_notify_acquired

Definition at line 111 of file xfrd.h.

Referenced by query_reset(), xfrd_acl_sockaddr_to(), and xfrd_create().

uint8_t xfrd_struct::serial_retransfer

Definition at line 113 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

uint32_t xfrd_struct::serial_xfr

Definition at line 107 of file xfrd.h.

Referenced by addns_read_rr(), xfrd_acl_sockaddr_to(), and xfrd_create().

time_t xfrd_struct::serial_xfr_acquired
soa_type xfrd_struct::soa
int xfrd_struct::tcp_conn

Definition at line 100 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

unsigned xfrd_struct::tcp_waiting

Definition at line 132 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

xfrd_type* xfrd_struct::tcp_waiting_next

Definition at line 130 of file xfrd.h.

Referenced by xfrd_create().

struct timespec xfrd_struct::timeout

Definition at line 117 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

tsig_rr_type* xfrd_struct::tsig_rr

Definition at line 128 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), xfrd_cleanup(), and xfrd_create().

unsigned xfrd_struct::udp_waiting

Definition at line 133 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

xfrd_type* xfrd_struct::udp_waiting_next

Definition at line 131 of file xfrd.h.

Referenced by xfrd_acl_sockaddr_to(), and xfrd_create().

void* xfrd_struct::xfrhandler
void* xfrd_struct::zone

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