HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
SET_BCK_CS_TRACE
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
AP_UINT32 trace_flags; /* trace flags */
unsigned char init_flags; /* YES if initializing flags */
unsigned char set_flags; /* YES if setting flags */
/* NO if unsetting flags */
unsigned char reserv3[6]; /* Reserved */
} SET_BCK_CS_TRACE;
3.173.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_SET_BCK_CS_TRACE
trace_flags
The types of tracing required. To turn off all tracing, or to turn on tracing of all types, specify one of the
following values:
AP_BCK_NO_TRACE
No tracing.
AP_BCK_ALL_TRACE
Tracing of all types.
To activate tracing on specific message types, select one or more values from the list below, combined using
a logical OR operation.
AP_BCK_UDP_TRACE
UDP messages
AP_BCK_TCP_TRACE
TCP messages
AP_BCK_UDP_TEXT
Text strings describing UDP events
AP_BCK_TCP_TEXT
Text strings describing TCP events
AP_BCK_TEXT
Text strings describing other events
AP_BCK_MS_TRACE
Tracing on TRANSFER_MS_DATA verbs (passed to the MS library on the server)
init_flags
Specifies whether to initialize tracing (define the tracing state at all interfaces), or to change the state of
tracing at one or more interfaces (leaving the others unchanged). Possible values are:
AP_YES
708