Lines Matching refs:object_requested
55 UINT mib2_get_processing(NX_SNMP_AGENT *agent_ptr, UCHAR *object_requested, NX_SNMP_OBJECT_DATA …
56 UINT mib2_getnext_processing(NX_SNMP_AGENT *agent_ptr, UCHAR *object_requested, NX_SNMP_OBJECT_D…
57 UINT mib2_set_processing(NX_SNMP_AGENT *agent_ptr, UCHAR *object_requested, NX_SNMP_OBJECT_DATA …
272 UINT mib2_get_processing(NX_SNMP_AGENT *agent_ptr, UCHAR *object_requested, NX_SNMP_OBJECT_DATA … in mib2_get_processing() argument
288 status = nx_snmp_object_compare(object_requested, mib2_mib[i].object_name); in mib2_get_processing()
335 UINT mib2_getnext_processing(NX_SNMP_AGENT *agent_ptr, UCHAR *object_requested, NX_SNMP_OBJECT_D… in mib2_getnext_processing() argument
352 status = nx_snmp_object_compare(object_requested, mib2_mib[i].object_name); in mib2_getnext_processing()
377 nx_snmp_object_copy(mib2_mib[i].object_name, object_requested); in mib2_getnext_processing()
392 nx_snmp_object_copy(mib2_mib[i].object_value_ptr, object_requested); in mib2_getnext_processing()
412 UINT mib2_set_processing(NX_SNMP_AGENT *agent_ptr, UCHAR *object_requested, NX_SNMP_OBJECT_DATA … in mib2_set_processing() argument
428 status = nx_snmp_object_compare(object_requested, mib2_mib[i].object_name); in mib2_set_processing()