Lines Matching refs:response

710 	struct snmp_pdu *pdu=NULL, *response;  in php_snmp_internal()
793 status = snmp_synch_response(ss, pdu, &response); in php_snmp_internal()
795 if (response->errstat == SNMP_ERR_NOERROR) { in php_snmp_internal()
801 snmp_free_pdu(response); in php_snmp_internal()
806 for (vars = response->variables; vars; vars = vars->next_variable) { in php_snmp_internal()
899 …if (st & SNMP_CMD_WALK && response->errstat == SNMP_ERR_TOOBIG && objid_query->max_repetitions > 1… in php_snmp_internal()
901 snmp_free_pdu(response); in php_snmp_internal()
905 …if (!(st & SNMP_CMD_WALK) || response->errstat != SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) ==… in php_snmp_internal()
906 for ( count=1, vars = response->variables; in php_snmp_internal()
907 vars && count != response->errindex; in php_snmp_internal()
910 …if (st & (SNMP_CMD_GET | SNMP_CMD_GETNEXT) && response->errstat == SNMP_ERR_TOOBIG && objid_query-… in php_snmp_internal()
913 snmp_free_pdu(response); in php_snmp_internal()
919 …_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_errstring(response->errstat)); in php_snmp_internal()
921 …ERROR_IN_REPLY, "Error in packet at %u object_id: %s", response->errindex, snmp_errstring(response in php_snmp_internal()
924 …if ((pdu = snmp_fix_pdu(response, ((st & SNMP_CMD_GET) ? SNMP_MSG_GET : SNMP_MSG_GETNEXT) )) != NU… in php_snmp_internal()
925 snmp_free_pdu(response); in php_snmp_internal()
929 snmp_free_pdu(response); in php_snmp_internal()
957 if (response) { in php_snmp_internal()
958 snmp_free_pdu(response); in php_snmp_internal()