Home
last modified time | relevance | path

Searched refs:ROWAPI_init_table (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/Rmon/
H A Drow_api.h81 void ROWAPI_init_table(TABLE_DEFINTION_T * table_ptr,
H A Dstatistics.c524 ROWAPI_init_table(&StatCtrlTable, MIB_DESCR, 0, &stat_Create, NULL, /* &stat_Clone, */ in init_statistics()
H A Dhistory.c718ROWAPI_init_table(&HistoryCtrlTable, "History", 0, &history_Create, NULL, /* &history_Clone, */ in init_history()
H A Dalarm.c704 ROWAPI_init_table(&AlarmCtrlTable, "Alarm", 0, &alarm_Create, NULL, /* &alarm_Clone, */ in init_alarm()
H A Devent.c812ROWAPI_init_table(&EventCtrlTable, "Event", 0, &event_Create, &event_Clone, &event_Delete, NULL, … in init_event()
H A Drows.c257 ROWAPI_init_table(TABLE_DEFINTION_T * table_ptr, in ROWAPI_init_table() function