z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DPI CLOSE reason codes

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

The currently defined DPI CLOSE reason codes as defined in the snmp_dpi.h include file are:
  #define SNMP_CLOSE_otherReason                 1
  #define SNMP_CLOSE_goingDown                   2
  #define SNMP_CLOSE_unsupportedVersion          3
  #define SNMP_CLOSE_protocolError               4
  #define SNMP_CLOSE_authenticationFailure       5
  #define SNMP_CLOSE_byManager                   6
  #define SNMP_CLOSE_timeout                     7
  #define SNMP_CLOSE_openError                   8

These codes are used in the reason_code parameter for the mkDPIclose() function and in the reason_code field in the snmp_dpi_close_packet structure.

See the following related information.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014