OpenDNSSEC-signer 2.1.13
axfr.h File Reference
#include "config.h"
#include "daemon/engine.h"
#include "wire/query.h"
#include <ldns/ldns.h>

Go to the source code of this file.

Macros

#define MAX_COMPRESSION_OFFSET   16383 /* Compression pointers are 14 bit. */
#define AXFR_MAX_MESSAGE_LEN   MAX_COMPRESSION_OFFSET

Functions

query_state soa_request (query_type *q, engine_type *engine)
query_state axfr (query_type *q, engine_type *engine, int fallback)
query_state ixfr (query_type *q, engine_type *engine)

Macro Definition Documentation

◆ AXFR_MAX_MESSAGE_LEN

#define AXFR_MAX_MESSAGE_LEN   MAX_COMPRESSION_OFFSET

Definition at line 43 of file axfr.h.

Referenced by axfr(), and ixfr().

◆ MAX_COMPRESSION_OFFSET

#define MAX_COMPRESSION_OFFSET   16383 /* Compression pointers are 14 bit. */

AXFR.

Definition at line 42 of file axfr.h.

Function Documentation

◆ axfr()

◆ ixfr()

◆ soa_request()