Home
last modified time | relevance | path

Searched refs:snmp_get_device_enterprise_oid (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dsnmp.h80 const struct snmp_obj_id* snmp_get_device_enterprise_oid(void);
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/
H A Dsnmp_mib2_system.c242 const struct snmp_obj_id *dev_enterprise_oid = snmp_get_device_enterprise_oid(); in system_get_value()
H A Dsnmp_traps.c245 MEMCPY(dest_snmp_trap_oid, snmp_get_device_enterprise_oid(), sizeof(*dest_snmp_trap_oid)); in snmp_prepare_trap_oid()
283 trap_msg->enterprise = (eoid == NULL) ? snmp_get_device_enterprise_oid() : eoid; in snmp_prepare_necessary_msg_fields()
H A Dsnmp_core.c276 const struct snmp_obj_id *snmp_get_device_enterprise_oid(void) in snmp_get_device_enterprise_oid() function