Lines Matching refs:instance
62 interfaces_get_value(struct snmp_node_instance *instance, void *value)
64 if (instance->node->oid == 1) {
157 interfaces_Table_get_value(struct snmp_node_instance *instance, void *value)
159 struct netif *netif = (struct netif *)instance->reference.ptr;
164 switch (SNMP_TABLE_GET_COLUMN_FROM_OID(instance->instance_oid.id)) {
276 interfaces_Table_set_test(struct snmp_node_instance *instance, u16_t len, void *value)
282 LWIP_ASSERT("Invalid column", (SNMP_TABLE_GET_COLUMN_FROM_OID(instance->instance_oid.id) == 7));
293 interfaces_Table_set_value(struct snmp_node_instance *instance, u16_t len, void *value)
295 struct netif *netif = (struct netif *)instance->reference.ptr;
300 LWIP_ASSERT("Invalid column", (SNMP_TABLE_GET_COLUMN_FROM_OID(instance->instance_oid.id) == 7));