DPI CLOSE Reason Codes

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.

Related Information


[Back: Constants, Values, Return Codes, and Include File]
[Next: DPI Packet Types]