HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_DLUR_DEFAULTS
Chapter 4 633
QUERY_DLUR_DEFAULTS
The QUERY_DLUR_DEFAULTS verb allows the user to query the
defaults defined using the DEFINE_DLUR_DEFAULTS verb.
VCB Structure
typedef struct query_dlur_defaults
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char description; /* resource description */
unsigned char dlus_name[17]; /* DLUS name */
unsigned char bkup_dlus_name[17]; /* Backup DLUS name */
unsigned char reserv3; /* reserved */
AP_UINT16 dlus_retry_timeout /* DLUS retry timeout */
AP_UINT16 dlus_retry_limit; /* DLUS retry limit */
unsigned char reserv4[16]; /* reserved */
} QUERY_DLUR_DEFAULTS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_DLUR_DEFAULTS
description
Resource description. The length of this parameter is a
multiple of four bytes and is nonzero.
dlus_name
Name of the DLUS node that is the default. This name
is set to all zeros or 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.