Searched refs:target_notify (Results 1 – 5 of 5) sorted by relevance
548 struct target_notify { struct554 SLIST_ENTRY(target_notify) tn; argument557 SLIST_HEAD(target_notifylist, target_notify);570 struct target_notify *target_first_notify(void);571 struct target_notify *target_next_notify(struct target_notify *);572 struct target_notify *target_new_notify(char *);573 int target_delete_notify (struct target_notify *);
529 struct target_notify *n; in snmp_send_trap()819 struct target_notify *825 struct target_notify *826 target_next_notify(struct target_notify *notify) in target_next_notify()834 struct target_notify *838 struct target_notify *notify, *temp, *prev; in target_new_notify()844 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL) in target_new_notify()876 target_delete_notify(struct target_notify *notify) in target_delete_notify()878 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn); in target_delete_notify()889 struct target_notify *notify; in target_flush_all()
76 static struct target_notify *target_get_notify(const struct asn_oid *,78 static struct target_notify *target_get_next_notify(const struct asn_oid *,525 struct target_notify *notify; in op_snmp_notify()755 static struct target_notify *759 struct target_notify *notify; in target_get_notify()772 static struct target_notify *776 struct target_notify *notify; in target_get_next_notify()
110 MLINKS+= snmpmod.3 target_notify.3
695 OLD_FILES+=usr/share/man/man3/target_notify.3.gz