HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_PORT
Chapter 3362
defined in this parameter. If
cud_mode
is set to
VQL_DONTCARE, this parameter is ignored and CUD
strings on incoming calls are not checked.
add_mode
Specifies the type of matching required between the
address supplied on an incoming call and the port
address defined in the
address
parameter above.
Possible values are:
VQL_DONTCARE
The address on incoming calls is not
checked.
VQL_IDENTITY
The received address must match the
string specified in the
address
parameter.
VQL_STARTSWITH
The initial bytes (up to
add_len
) of
the received address must match the
string specified in the
address
parameter; any bytes following
add_len
are not checked.
If the
address
parameter is set to a null string, this
parameter must be set to VQL_DONTCARE.
add_len
If
add_mode
is set to VQL_STARTSWITH, this parameter
specifies the number of bytes of the port address to be
checked.
For example, if
add_len
is set to 2, an incoming call is
accepted if the first two bytes of the address supplied
on the call match the first two bytes of the
address
parameter (regardless of whether subsequent bytes
match).
For other values of
add_mode
, this parameter is
ignored.
Port-specific data for Token Ring, Ethernet, or FDDI: