Searched refs:target_notify (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h548 struct target_notify { struct
554 SLIST_ENTRY(target_notify) tn;
557 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 *);
H A Dtrap.c529 struct target_notify *n;
819 struct target_notify *
825 struct target_notify *
826 target_next_notify(struct target_notify *notify)
834 struct target_notify *
838 struct target_notify *notify, *temp, *prev;
844 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL)
876 target_delete_notify(struct target_notify *notify)
878 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn);
889 struct target_notify *notif
[all...]
/freebsd-13-stable/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c77 static struct target_notify *target_get_notify(const struct asn_oid *,
79 static struct target_notify *target_get_next_notify(const struct asn_oid *,
526 struct target_notify *notify;
756 static struct target_notify *
760 struct target_notify *notify;
773 static struct target_notify *
777 struct target_notify *notify;
/freebsd-13-stable/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile111 MLINKS+= snmpmod.3 target_notify.3

Completed in 56 milliseconds