HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_NN_TOPOLOGY_TG
Start at the first entry in the list.
AP_LIST_INCLUSIVE
Start at the entry specified by the combination of owner, destination, TG number, and FRSN.
AP_LIST_FROM_NEXT
Start at the entry immediately following the entry specified by the combination of owner, destination,
TG number, and FRSN.
The combination of the
owner, owner_type, dest, dest_type, tg_num, and frsn parameters specified is
used as an index into the list of TGs if the list_options parameter is set to
AP_LIST_INCLUSIVE or
AP_LIST_FROM_NEXT.
The list is ordered by owner, owner_type (in the order AP_NETWORK_NODE, AP_VRN), dest, dest_type (in
the order AP_NETWORK_NODE, AP_VRN), tg_num (numerically), and lastly frsn (numerically). For more
information about how the list is ordered and how the application can obtain specific entries from it, see
Section 2.7, List Options For QUERY_* Verbs.
owner
Name of the node that owns the TG. This value is ignored if list_options is set to AP_FIRST_IN_LIST. The
name is a 17-byte EBCDIC string, right-padded with EBCDIC spaces. It consists of a network ID of up to 8
A-string characters, an EBCDIC dot (period) character, and a network name of up to 8 A-string characters.
owner_type
Type of the node that owns the TG. This parameter is ignored if list_options is set to AP_FIRST_IN_LIST.
Possible values are:
AP_NETWORK_NODE
Network node.
AP_VRN
Virtual routing node.
AP_LEARN_NODE
Node type is unknown.
dest
Name of the destination node for the TG. This value is ignored if list_options is set to AP_FIRST_IN_LIST.
The name is a 17-byte EBCDIC string, right-padded with EBCDIC spaces. It consists of a network ID of
up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to 8 A-string
characters.
dest_type
Type of the destination node for the TG. This value is ignored if list_options is set to AP_FIRST_IN_LIST.
Possible values are:
AP_NETWORK_NODE
Network node.
AP_VRN
Virtual routing node.
AP_LEARN_NODE
Node type is unknown.
tg_num
571