PHP_SNMP_ERRNO_ERROR_IN_REPLY  121 snmp/snmp.c    		PHP_SNMP_ERRNO_ERROR_IN_REPLY | \
PHP_SNMP_ERRNO_ERROR_IN_REPLY  791 snmp/snmp.c    						php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2);
PHP_SNMP_ERRNO_ERROR_IN_REPLY  888 snmp/snmp.c    						php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_errstring(response->errstat));
PHP_SNMP_ERRNO_ERROR_IN_REPLY  890 snmp/snmp.c    						php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", response->errindex, snmp_errstring(response->errstat));
PHP_SNMP_ERRNO_ERROR_IN_REPLY 2415 snmp/snmp.c    	REGISTER_SNMP_CLASS_CONST_LONG("ERRNO_ERROR_IN_REPLY",		PHP_SNMP_ERRNO_ERROR_IN_REPLY);