Searched refs:SNMP_ERRORSTATUS_NOSUCHNAME (Results 1 – 3 of 3) sorted by relevance
68 return SNMP_ERRORSTATUS_NOSUCHNAME; in mapStructEntryToValue()71 return SNMP_ERRORSTATUS_NOSUCHNAME; in mapStructEntryToValue()73 return SNMP_ERRORSTATUS_NOSUCHNAME; in mapStructEntryToValue()230 ret = SNMP_ERRORSTATUS_NOSUCHNAME; in getItemAndIntegerInstanceFromOid()250 ret = SNMP_ERRORSTATUS_NOSUCHNAME; in getItemAndIntegerInstanceFromOid()283 ret = SNMP_ERRORSTATUS_NOSUCHNAME; in getItemFromOid()301 ret = SNMP_ERRORSTATUS_NOSUCHNAME; in getItemFromOid()418 return SNMP_ERRORSTATUS_NOSUCHNAME; in getItemAndInstanceFromTable()466 ret = SNMP_ERRORSTATUS_NOSUCHNAME; in getItemAndInstanceFromTable()562 ret = SNMP_ERRORSTATUS_NOSUCHNAME; in copyIfRowDescr()[all …]
156 ok(error == SNMP_ERRORSTATUS_NOSUCHNAME, in testQuery()176 ok(error == SNMP_ERRORSTATUS_NOSUCHNAME, in testQuery()
135 #define SNMP_ERRORSTATUS_NOSUCHNAME 2 macro