| /freebsd-9-stable/contrib/bsnmp/snmpd/ |
| D | snmpd.h | 52 struct lmodule *owner; /* who created the community */ 73 struct lmodule *owner; /* owner module */ 94 struct lmodule *owner; /* owner of the timer */ 111 struct lmodule *owner; /* owner module of the file */ 123 struct lmodule { struct 130 TAILQ_ENTRY(lmodule) link; argument 131 TAILQ_ENTRY(lmodule) start; 138 extern TAILQ_HEAD(lmodules, lmodule) lmodules; argument 140 struct lmodule *lm_load(const char *, const char *); 141 void lm_unload(struct lmodule *); [all …]
|
| D | snmpmod.h | 219 struct lmodule; 277 int (*init)(struct lmodule *, int argc, char *argv[]); 304 void (*loading)(const struct lmodule *, int); 336 u_int comm_define(u_int, const char *descr, struct lmodule *, const char *str); 547 u_int reqid_allocate(int size, struct lmodule *); 556 void *timer_start(u_int, void (*)(void *), void *, struct lmodule *); 558 struct lmodule *); 564 void *fd_select(int, void (*)(int, void *), void *, struct lmodule *); 572 u_int or_register(const struct asn_oid *, const char *, struct lmodule *);
|
| D | main.c | 956 fd_select(int fd, void (*func)(int, void *), void *udata, struct lmodule *mod) in fd_select() 1000 fd_flush(struct lmodule *mod) in fd_flush() 1454 struct lmodule *m; in info_func() 1492 struct lmodule *m; in config_func() 1674 struct lmodule *m; in main() 1889 struct lmodule *mod; in main() 2001 timer_start(u_int ticks, void (*func)(void *), void *udata, struct lmodule *mod) in timer_start() 2046 void (*func)(void *), void *udata, struct lmodule *mod) in timer_start_repeat() 2106 timer_flush(struct lmodule *mod) in timer_flush() 2221 comm_define(u_int priv, const char *descr, struct lmodule *owner, in comm_define() [all …]
|
| D | config.c | 750 parse_section(const struct lmodule *mod) in parse_section() 1212 parse_file(const struct lmodule *mod) in parse_file() 1301 read_config(const char *fname, struct lmodule *lodmod) in read_config()
|
| D | action.c | 808 struct lmodule *m; 870 struct lmodule *m; in op_modules()
|
| /freebsd-9-stable/contrib/bsnmp/snmp_mibII/ |
| D | snmp_mibII.h | 78 const struct lmodule *xnotify_mod; 137 int mib_register_newif(int (*)(struct mibif *), const struct lmodule *); 138 void mib_unregister_newif(const struct lmodule *); 165 void *mibif_notify(struct mibif *, const struct lmodule *, mibif_notify_f,
|
| D | mibII.h | 164 const struct lmodule *mod;
|
| D | mibII.c | 42 static struct lmodule *module; 215 mib_register_newif(int (*func)(struct mibif *), const struct lmodule *mod) in mib_register_newif() 236 mib_unregister_newif(const struct lmodule *mod) in mib_unregister_newif() 1703 mibII_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) in mibII_init() 1763 mibII_loading(const struct lmodule *mod, int loaded) in mibII_loading() 1798 mibif_notify(struct mibif *ifp, const struct lmodule *mod, in mibif_notify()
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| D | snmp_netgraph.h | 45 void *ng_register_cookie(const struct lmodule *, u_int32_t cookie, 49 void *ng_register_hook(const struct lmodule *, const char *, 53 void ng_unregister_module(const struct lmodule *);
|
| D | snmp_netgraph.c | 96 const struct lmodule *mod; 109 const struct lmodule *mod; 120 static struct lmodule *module; 141 ng_register_cookie(const struct lmodule *mod, u_int32_t cookie, ng_ID_t id, in ng_register_cookie() 176 ng_register_hook(const struct lmodule *mod, const char *hook, in ng_register_hook() 211 ng_unregister_module(const struct lmodule *mod) in ng_unregister_module() 521 ng_init(struct lmodule *mod, int argc, char *argv[]) in ng_init()
|
| /freebsd-9-stable/contrib/ngatm/snmp_atm/ |
| D | atm.h | 50 const struct lmodule *mod; 71 extern struct lmodule *module;
|
| D | snmp_atm.c | 52 struct lmodule *module; 332 atm_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) in atm_init() 366 atm_loading(const struct lmodule *mod, int loading) in atm_loading() 593 atm_notify_aif(struct atmif *pub, const struct lmodule *mod, in atm_notify_aif()
|
| D | snmp_atm.h | 92 void *atm_notify_aif(struct atmif *, const struct lmodule *mod,
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| D | hostres_snmp.c | 61 static struct lmodule *hostres_module; 106 hostres_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) in hostres_init()
|
| D | hostres_snmp.h | 237 void start_device_tbl(struct lmodule *); 265 void start_processor_tbl(struct lmodule *);
|
| D | hostres_processor_tbl.c | 337 start_processor_tbl(struct lmodule *mod) in start_processor_tbl()
|
| D | hostres_device_tbl.c | 504 start_device_tbl(struct lmodule *mod) in start_device_tbl()
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| D | bridge_snmp.c | 55 static struct lmodule *bridge_module; 253 bridge_init(struct lmodule * mod, int argc __unused, char *argv[] __unused) in bridge_init()
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_hast/ |
| D | hast_snmp.c | 47 static struct lmodule *module; 100 static int hast_init(struct lmodule *mod, int argc, char *argv[]); 118 hast_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) in hast_init()
|
| /freebsd-9-stable/contrib/bsnmp/snmp_usm/ |
| D | usm_snmp.c | 49 static struct lmodule *usm_module; 531 usm_init(struct lmodule * mod, int argc __unused, char *argv[] __unused) in usm_init()
|
| /freebsd-9-stable/contrib/bsnmp/snmp_target/ |
| D | target_snmp.c | 49 static struct lmodule *target_module; 793 target_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) in target_init()
|
| /freebsd-9-stable/contrib/bsnmp/snmp_vacm/ |
| D | vacm_snmp.c | 49 static struct lmodule *vacm_module; 936 vacm_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) in vacm_init()
|
| /freebsd-9-stable/contrib/bsnmp/snmp_ntp/ |
| D | snmp_ntp.c | 73 static struct lmodule *module; 183 ntp_init(struct lmodule *mod, int argc, char *argv[] __unused) in ntp_init()
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_pf/ |
| D | pf_snmp.c | 47 struct lmodule *module; 1666 pf_init(struct lmodule *mod, int __unused argc, char __unused *argv[]) in pf_init()
|
| /freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| D | wlan_snmp.c | 57 static struct lmodule *wlan_module; 4427 wlan_init(struct lmodule * mod __unused, int argc __unused, in wlan_init()
|