Home
last modified time | relevance | path

Searched refs:target_notify (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/snmpd/
HDsnmpmod.h506 struct target_notify { struct
512 SLIST_ENTRY(target_notify) tn; argument
515 SLIST_HEAD(target_notifylist, target_notify);
528 struct target_notify *target_first_notify(void);
529 struct target_notify *target_next_notify(struct target_notify *);
530 struct target_notify *target_new_notify(char *);
531 int target_delete_notify (struct target_notify *);
HDtrap.c527 struct target_notify *n; in snmp_send_trap()
817 struct target_notify *
823 struct target_notify *
824 target_next_notify(struct target_notify *notify) in target_next_notify()
832 struct target_notify *
836 struct target_notify *notify, *temp, *prev; in target_new_notify()
842 if ((notify = (struct target_notify *)malloc(sizeof(*notify))) == NULL) in target_new_notify()
874 target_delete_notify(struct target_notify *notify) in target_delete_notify()
876 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn); in target_delete_notify()
887 struct target_notify *notify; in target_flush_all()
/freebsd-11-stable/contrib/bsnmp/snmp_target/
HDtarget_snmp.c76 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()
/freebsd-11-stable/usr.sbin/bsnmpd/bsnmpd/
HDMakefile109 MLINKS+= snmpmod.3 target_notify.3
/freebsd-11-stable/tools/build/mk/
HDOptionalObsoleteFiles.inc985 OLD_FILES+=usr/share/man/man3/target_notify.3.gz