Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/Rmon/
H A Drows.c568 long long_temp; in ROWAPI_do_another_action() local
575 long_temp = name[tbl_first_index_begin]; in ROWAPI_do_another_action()
579 tmp = ROWAPI_get_clone(table_ptr, long_temp, entry_size); in ROWAPI_do_another_action()
588 ROWAPI_delete_clone(table_ptr, long_temp); in ROWAPI_do_another_action()
592 long_temp = ROWAPI_action_check(table_ptr, long_temp); in ROWAPI_do_another_action()
593 if (0 != long_temp) in ROWAPI_do_another_action()
594 return long_temp; in ROWAPI_do_another_action()
598 long_temp = ROWAPI_commit(table_ptr, long_temp); in ROWAPI_do_another_action()
599 if (0 != long_temp) /* it MUST NOT be */ in ROWAPI_do_another_action()
600 return long_temp; in ROWAPI_do_another_action()
H A Devent.c261 long long_temp; in write_eventControl() local
283 long_temp = name[eventEntryFirstIndexBegin]; in write_eventControl()
285 hdr = ROWAPI_find(table_ptr, long_temp); /* it MUST be OK */ in write_eventControl()
318 &long_temp); in write_eventControl()
322 cloned_body->event_type = long_temp; in write_eventControl()
366 &long_temp); in write_eventControl()
370 hdr->new_status = long_temp; in write_eventControl()
H A Dstatistics.c223 long long_temp; in write_etherStatsEntry() local
250 long_temp = name[etherStatsEntryFirstIndexBegin]; in write_etherStatsEntry()
252 hdr = ROWAPI_find(table_ptr, long_temp); /* it MUST be OK */ in write_etherStatsEntry()
291 &long_temp); in write_etherStatsEntry()
296 hdr->new_status = long_temp; in write_etherStatsEntry()
H A Dhistory.c133 long long_temp; in write_historyControl() local
155 long_temp = name[historyControlEntryFirstIndexBegin]; in write_historyControl()
157 hdr = ROWAPI_find(table_ptr, long_temp); /* it MUST be OK */ in write_historyControl()
231 &long_temp); in write_historyControl()
235 hdr->new_status = long_temp; in write_historyControl()