TCP/IP Management Programming Manual

Common Definitions
HP NonStop TCP/IP Management Programming Manual529636-001
5-3
SPI Standard Definitions
ZSPI-TKN-ALLOW-TYPE
within a command buffer indicates the conditions under which processing of a set
of objects will continue. This token applies to only those commands that accept
object-name templates.
The ALLOW-TYPE token controls whether the subsystem continues to the next
object of a set when there is an error or a warning during processing of an object. It
does not control the response when the tokens within a command message are
incorrect or missing. The TCP/IP subsystem supports only this value:
ZSPI-VAL-NORM-ONLY
indicates that the TCP/IP subsystem continues to process the next object in
the set if the command is completed successfully on the previous object. There
cannot be an error list in the response buffer. This is the only supported value.
ZSPI-TKN-CHECKSUM
provides checksum protection against accidental corruption of the SPI buffer
between calls to the SPI procedures. The possible values are:
ZSPI-VAL-FALSE
indicates that there is no checksum protection.
ZSPI-VAL-TRUE
indicates that there is checksum protection.
ZSPI-TKN-COMMAND
specifies the command number of a TCP/IP command. The value of this token is
always ZCOM-CMD-name, where name specifies the command to be performed.
The commands supported by TCP/IP are described in Section 6, Commands and
Responses.
ZSPI-TKN-COMMENT
allows the requester to include comment information, which is not acted upon by
the server or returned by the server. The requester can include as many as
80 bytes of comment in every command. If the comment exceeds this number of
bytes and causes a command to be too large for the server’s read buffer, the
server is not responsible for recovery. The TCP/IP subsystem guarantees only
80 bytes.
ZSPI-TKN-CONTEXT
within the response buffer indicates to the requester whether there are more
objects to process. This token applies only when a command references more than
one object and the information to be returned cannot fit into one response buffer.
For the TCP/IP subsystem, this occurs only when an object-name template has