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


DPI UNREGISTER reason codes

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

These are the currently defined DPI UNREGISTER reason codes. They are defined in the snmp_dpi.h include file:
  #define SNMP_UNREGISTER_otherReason               1
  #define SNMP_UNREGISTER_goingDown                 2
  #define SNMP_UNREGISTER_justUnregister            3
  #define SNMP_UNREGISTER_newRegistration           4
  #define SNMP_UNREGISTER_higherPriorityRegistered  5
  #define SNMP_UNREGISTER_byManager                 6
  #define SNMP_UNREGISTER_timeout                   7

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014