HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
START_PORT
secondary_rc
Possible values are:
AP_NO_SECONDARY_RC
A STOP_LS verb was issued before the START_LS verb had completed. The START_LS verb was
cancelled.
AP_LINK_DEACTIVATED
The DLC or port used by the LS was stopped before the START_LS verb had completed. The
START_LS verb was cancelled.
react_kicked
Specifies whether SNAplus2 will retry the attempt to activate the LS (based on the
react_timer_retry parameter
in the LS definition). Possible values are:
AP_YES
LS activation will be retried (up to the number of attempts specified by react_timer_retry).
AP_NO
LS activation will not be retried.
3.187.8 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.188 START_PORT
START_PORT requests the activation of a port. The DLC specified for the port must be active before this verb is
issued.
This verb must be issued to a running node.
3.188.1 VCB Structure
typedef struct start_port
{
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 port_name[8]; /* name of port */
} START_PORT;
3.188.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_START_PORT
740