HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
START_DLC
LUA messages
Messages between the LUA library and the node
NOF messages
Messages between the NOF library and the node
MS messages
Messages between the MS library and the node
DLC line trace
SNA data sent on a DLC (tracing on these messages is controlled by the ADD_DLC_TRACE verb, not by
SET_TRACE_TYPE)
Node to DLC messages
Messages between the APPN node and the DLC component
In addition, the following message types (internal to SNAplus2) can be traced:
Node messages
Messages between components within the APPN protocol code
SLIM messages
Messages sent between master and backup servers in a client-server system
Control messages
Internal control messages between system components
3.185 START_DLC
START_DLC requests the activation of a DLC.
This verb must be issued to a running node.
3.185.1 VCB Structure
typedef struct start_dlc
{
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 dlc_name[8]; /* name of DLC */
} START_DLC;
3.185.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_START_DLC
dlc_name
733