Distributed Name Service (DNS) Management Programming Manual

DNS Definitions
Common Definitions
4–18 46958 Tandem Computers Incorporated
ZDNS-DDL-MSG-MAXBUFFER
is a message buffer of the maximum allowable size recommended for DNS
commands, responses, and event messages. It has the following structure:
def ZDNS-DDL-MSG-MAXBUFFER.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-UINT.
02 Z-OCCURS type ZSPI-DDL-UINT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 to 4994 times
depending on Z-OCCURS.
end.
ZDNS-DDL-MSG-MINBUFFER
is a message buffer of the minimum size recommended for DNS commands,
responses, and event messages. It has the following structure:
def ZDNS-DDL-MSG-MINBUFFER.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-UINT.
02 Z-OCCURS type ZSPI-DDL-UINT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 to 606 times
depending on Z-OCCURS.
end.