Searched refs:SNMP_MSG_GETNEXT (Results 1 – 3 of 3) sorted by relevance
62 if ((cmd != SNMP_MSG_GET) && (cmd != SNMP_MSG_GETNEXT) && in snmp_create_pdu()71 if (cmd == SNMP_MSG_GET || cmd == SNMP_MSG_GETNEXT) { in snmp_create_pdu()323 (cmd == SNMP_MSG_GETNEXT && row >= 0)) { in snmp_oidstr_to_oid()373 case SNMP_MSG_GETNEXT: in snmp_oidstr_to_oid()
90 #define SNMP_MSG_GETNEXT (ASN_CONTEXT | ASN_CONSTRUCTOR | (uchar_t)0x1) macro
969 pdu = snmp_create_pdu(SNMP_MSG_GETNEXT, 0, prefix, 1, row); in fetch_next()