HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
QUERY_DOWNSTREAM_LU
AP_DLUR
Downstream LU is served by DLUR.
downstream_lu_summary.nau_address
Network accessible unit address of the LU.
downstream_lu_summary.lu_sscp_sess_active
Species whether the LU-SSCP session is active. Possible values are:
AP_YES
The session is active.
AP_NO
The session is not active.
downstream_lu_summary.plu_sess_active
Species whether the PLU-SLU session is active. Possible values are:
AP_YES
The session is active.
AP_NO
The session is not active.
downstream_lu_detail.overlay_size
The size of the returned
downstream_lu_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
downstream_lu_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.
downstream_lu_detail.dslu_name
Name of the LU. The name is an 8-byte EBCDIC type-A string, padded on the right with EBCDIC spaces if
the name is shorter than 8 characters.
downstream_lu_detail.det_data.lu_sscp_sess_active
Species whether the LU-SSCP session is active. Possible values are:
AP_YES
The session is active.
AP_NO
The session is not active.
downstream_lu_detail.det_data.plu_sess_active
Species whether the PLU-SLU session is active. Possible values are:
AP_YES
The session is active.
AP_NO
The session is not active.
downstream_lu_detail.det_data.dspu_services
437