HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_PORT
Chapter 3 361
This is an ASCII string, specifying the dial string that
must be passed to the modem to instruct it to respond
to incoming calls. Support for dial data depends on the
SDLC adapter and modem that you are using; if they
do not support dial data, set this parameter to a null
string.
Port-specific data for QLLC:
mux_info.dlc_type
Type of the DLC. Set this to AP_IMPL_NLI_QLLC.
cud_mode
Specifies the type of matching required between the
Call User Data(CUD) supplied onan incoming calland
the
cud
parameter below. Possible values are:
VQL_DONTCARE
CUD on incoming calls is not
checked.
VQL_IDENTITY
The received CUD must match the
string specified in the
cud
parameter.
VQL_STARTSWITH
The initial bytes (up to
cud_len
) of
the received CUD must match the
string specified in the
cud
parameter;
any bytes following
cud_len
are not
checked.
cud_len
Specifies the length of the Call User Data (in the
cud
parameter below).
cud
Call user data to be used for verifying incoming calls. If
cud_mode
above is set to VQL_IDENTITY or
VQL_STARTSWITH, incoming calls are accepted only if
they specify a CUD string that matches the value