HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_NN_TOPOLOGY_TG
topology_tg_summary.owner_type
Type of the node that owns the TG. Possible values are:
AP_NETWORK_NODE
Network node.
AP_END_NODE
End node.
AP_VRN
Virtual routing node.
topology_tg_summary.dest
Name of the destination node for the TG. The name is a 17-byte EBCDIC string, padded on the right with
EBCDIC spaces. It consists of a network ID of 18 A-string characters, an EBCDIC dot (period) character,
and a network name of 18 A-string characters.
topology_tg_summary.dest_type
Type of the destination node for the TG. Possible values are:
AP_NETWORK_NODE
Network node.
AP_END_NODE
End node.
AP_VRN
Virtual routing node.
topology_tg_summary.tg_num
Number associated with the TG.
topology_tg_summary.frsn
Flow Reduction Sequence Number (FRSN), indicating the last time that this resource was updated at the local
node.
topology_tg_detail.overlay_size
The size of the returned
topology_tg_detail structure, and therefore the offset to the start of the next entry in the
data buffer.
When your application needs to go through the returned buffer to nd each
topology_tg_detail structure in
turn, it must use this value to move to the correct offset for the next data structure, and must not use the
C
sizeof() operator. This is because the size of the returned overlay may increase in future releases of
SNAplus2; using the returned overlay size ensures that your application will continue to work with future
releases.
topology_tg_detail.owner
Name of the node that owns the TG. The name is a 17-byte EBCDIC string, padded on the right with EBCDIC
spaces. It consists of a network ID of 18 A-string characters, an EBCDIC dot (period) character, and a
network name of 18 A-string characters.
topology_tg_detail.owner_type
Type of the node that owns the TG. Possible values are:
AP_NETWORK_NODE
Network node.
AP_END_NODE
573