SNMP_MSG_GET
request = snmp_pdu_create(SNMP_MSG_GET);
request = snmp_pdu_create(SNMP_MSG_GET);
if ((cmd == SNMP_MSG_GET) || (cmd == SNMP_MSG_GETBULK && row > 0) ||
case SNMP_MSG_GET:
if ((cmd != SNMP_MSG_GET) && (cmd != SNMP_MSG_GETNEXT) &&
if (cmd == SNMP_MSG_GET || cmd == SNMP_MSG_GETNEXT) {
if ((pdu = snmp_create_pdu(SNMP_MSG_GET, 0, prefix, 1, row)) == NULL)