Functions |
|
| int | init_alarm_post_config (int majorid, int minorid, void *serverarg, void *clientarg) |
| void | init_snmp_alarm (void) |
| void | sa_update_entry (struct snmp_alarm *a) |
| void | snmp_alarm_unregister (unsigned int clientreg) |
| This function removes the callback function from a list of registered alarms, unregistering the
alarm. |
|
| void | snmp_alarm_unregister_all (void) |
| This function unregisters all alarms currently stored. |
|
| snmp_alarm * | sa_find_next (void) |
| snmp_alarm * | sa_find_specific (unsigned int clientreg) |
| void | run_alarms (void) |
| RETSIGTYPE | alarm_handler (int a) |
| int | get_next_alarm_delay_time (struct timeval *delta) |
| void | set_an_alarm (void) |
| unsigned int | snmp_alarm_register (unsigned int when, unsigned int flags, SNMPAlarmCallback *thecallback, void *clientarg) |
| This function registers function callbacks to occur at a speciifc time in the future. |
|
| unsigned int | snmp_alarm_register_hr (struct timeval t, unsigned int flags, SNMPAlarmCallback *cb, void *cd) |
| This function offers finer granularity as to when the callback function is called by making use of
t->tv_usec value forming the "when" aspect of snmp_alarm_register(). |
|
|
||||||||||||||||||||
|
This function registers function callbacks to occur at a speciifc time in the future.
Definition at line 403 of file snmp_alarm.c. References SNMP_MALLOC_STRUCT. Referenced by netsnmp_cache_timer_start(), and release_cached_resources(). |
|
||||||||||||||||||||
|
This function offers finer granularity as to when the callback function is called by making use of t->tv_usec value forming the "when" aspect of snmp_alarm_register().
Definition at line 475 of file snmp_alarm.c. References SNMP_MALLOC_STRUCT. |
|
|
This function removes the callback function from a list of registered alarms, unregistering the alarm.
Definition at line 150 of file snmp_alarm.c. Referenced by netsnmp_cache_timer_stop(). |
|
|
This function unregisters all alarms currently stored.
Definition at line 183 of file snmp_alarm.c. Referenced by snmp_shutdown(). |
1.3.9.1
Last modified: Thursday, 01-Mar-2007 16:20:15 PST
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.