Searched refs:PHP_SNMP_ERRNO_ERROR_IN_REPLY (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/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 | \ 505 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2); in php_snmp_internal() 606 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_… in php_snmp_internal() 608 …php_snmp_error(getThis(), PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", re… in php_snmp_internal() 2068 REGISTER_SNMP_CLASS_CONST_LONG("ERRNO_ERROR_IN_REPLY", PHP_SNMP_ERRNO_ERROR_IN_REPLY); in PHP_MINIT_FUNCTION()
|
Completed in 13 milliseconds