HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_PORT
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
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:
mux_info.dlc_type
Type of the DLC.
Possible values are:
AP_IMPL_TR_DLPI
Token Ring
AP_IMPL_ETHER_DLPI
Ethernet
AP_IMPL_FDDI_DLPI
FDDI
Port-specific data for Enterprise Extender (HPR/IP):
mux_info.dlc_type
Type of the DLC. Set this to AP_IP.
local_ip_interface
Identifier for the local network adapter card to be used for the IP link. To determine this identifier:
244