TCP/IP Management Programming Manual

Common Definitions
HP NonStop TCP/IP Management Programming Manual529636-001
5-11
Data Communications Standard Definitions
ZCOM-MAP-REQID is legally specified, SCP performs a security check based on
the user ID included in the token. The contents of the token are:
ZCOM-MAP-REQID
def ZCOM-MAP-REQID.
02 ZCRTPID type ZSPI-DDL-CRTPID.
02 ZPAID type ZSPI-DDL-INT.
end.
ZCOM-MAP-TRACE-MODIF
is the extensible structured token sent in the TRACE command by the requester. It
contains the trace parameters that control the initiation of the trace file, the
selection of the trace environment, and the termination of trace mode. The initiation
and selection are handled in one ZCOM-MAP-TRACE-MODIF token. When the
trace is to be terminated, the requester sends another TRACE command with
another ZCOM-MAP-TRACE-MODIF token with a ZSTOP field containing the
value ZSPI-VAL-TRUE. The contents of the token are:
ZCOM-MAP-TRACE-MODIF
def ZCOM-DDL-TRACE-MODIF. !All fields are required.
02 ZSTOP type ZSPI-DDL-BOOLEAN.
02 ZPRIM type ZSPI-DDL-BOOLEAN.
02 ZREC-SIZE type ZSPI-DDL-INT.
02 ZCNT type ZSPI-DDL-INT2.
02 ZXDS-PAGES type ZSPI-DDL-INT.
02 ZCOLL type ZSPI-DDL-BOOLEAN.
02 ZFNAME type ZSPI-DDL-FNAME32.
02 ZWRAP type ZSPI-DDL-BOOLEAN.
end.
ZCOM-OBJ-NULL
does not represent a controllable TCP/IP object. It is used as the object type in
commands that do not require an object-name token. Only two TCP/IP commands
use the NULL object: GETVERSION and LISTOBJECTS.
ZCOM-OBJ-PROC
is the TCP/IP process running on a NonStop system. The TCP/IP process is
created using the RUN command. The only valid summary state for this object is
the STARTED summary state.
ZCOM-OBJ-ROUTE
is the path used for sending IP datagrams. Each route is associated with a subnet.
There can be several routes associated with a single subnet. The valid summary
states are STARTED and STOPPED.