Home
last modified time | relevance | path

Searched refs:SNMP_ERRORSTATUS_NOSUCHNAME (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/inetmib1/
H A Dmain.c68 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 …]
/reactos/modules/rostests/winetests/inetmib1/
H A Dmain.c156 ok(error == SNMP_ERRORSTATUS_NOSUCHNAME, in testQuery()
176 ok(error == SNMP_ERRORSTATUS_NOSUCHNAME, in testQuery()
/reactos/sdk/include/psdk/
H A Dsnmp.h135 #define SNMP_ERRORSTATUS_NOSUCHNAME 2 macro