Home
last modified time | relevance | path

Searched refs:target_notifylist (Results 1 – 2 of 2) sorted by relevance

/src/contrib/bsnmp/snmpd/
H A Dtrap.c73 static struct target_notifylist target_notifylist = variable
74 SLIST_HEAD_INITIALIZER(target_notifylist);
576 SLIST_FOREACH(n, &target_notifylist, tn) { in snmp_send_trap()
822 return (SLIST_FIRST(&target_notifylist)); in target_first_notify()
840 SLIST_FOREACH(notify, &target_notifylist, tn) in target_new_notify()
850 if ((prev = SLIST_FIRST(&target_notifylist)) == NULL || in target_new_notify()
852 SLIST_INSERT_HEAD(&target_notifylist, notify, tn); in target_new_notify()
856 SLIST_FOREACH(temp, &target_notifylist, tn) { in target_new_notify()
878 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn); in target_delete_notify()
905 while ((notify = SLIST_FIRST(&target_notifylist)) != NULL) { in target_flush_all()
[all …]
H A Dsnmpmod.h557 SLIST_HEAD(target_notifylist, target_notify);