Searched refs:PHP_SNMP_ERRNO_ERROR_IN_REPLY (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/snmp/ |
H A D | snmp.c | 96 #define PHP_SNMP_ERRNO_ERROR_IN_REPLY (1 << 3) macro 103 PHP_SNMP_ERRNO_ERROR_IN_REPLY | \ 782 …php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf,… in php_snmp_internal() 883 …php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf,… in php_snmp_internal() 885 …php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %… in php_snmp_internal() 2332 REGISTER_SNMP_CLASS_CONST_LONG("ERRNO_ERROR_IN_REPLY", PHP_SNMP_ERRNO_ERROR_IN_REPLY); in PHP_MINIT_FUNCTION()
|
Completed in 11 milliseconds