HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_PORT
Chapter 3 349
Incoming calls are resolved by CP
name.
AP_RESOLVE_BY_LINK_ADDRESS
This specifies that an attempt is
made to resolve incoming calls by
using the link address on
CONNECT_IN before using the CP
name (or node ID) carried on the
received XID3 to resolve them. This
bit is ignored unless the
port_type
parameter is set to
AP_PORT_SWITCHED.
def_data.port_number
The number of the port.
def_data.max_rcv_btu_size
Maximum BTU size that can be received. The value
includes the length of the TH and RH (total 9 bytes) as
well as the RU. Specify a value in the range 265-65,535
(265-4105 for SDLC).
def_data.tot_link_act_lim
Total link activation limit (the maximum number of
links that can be active at any time using this port).
For an SDLC port with
port_type
set to
AP_NONSWITCHED and
ls_role
set to AP_LS_PRIor
AP_LS_SEC, the range is 1-256 (a value greater than 1
defines a multi-drop primary link or a multi-PU
secondary link). For all other SDLC ports, this
parameter must be set to 1.
def_data.inb_link_act_lim
Inbound link activation limit (the number of links
reserved for inbound activation). The sum of
inb_link_act_lim
and
out_link_act_lim
must not
exceed
tot_link_act_lim
; the difference between
inb_link_act_lim
and
tot_link_act_lim
defines the
maximum number of links that can be activated
outbound at any time.