Home
last modified time | relevance | path

Searched refs:snmpd (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/bsnmp/
H A Doid-list13 2 BEGEMOT-NETGRAPH snmpd netgraph module
14 3 BEGEMOT-IP snmpd IP related stuff.
18 100 BEGEMOT-ILMID snmpd ILMID module
19 101 BEGEMOT-ATM snmpd ATM module
20 200 BEGEMOT-PF snmpd PF module (phillip@freebsd.org)
21 201 BEGEMOT-NTP snmpd NTP module
22 202 BEGEMOT-HOSTRES snmpd HOSTRES module private stuff
H A DREADME23 configuration is /etc/snmpd.config, but can be overwritten on the command
30 snmpd [-m name[=value]] [-p pid-file] [-c config-file] [-d] [-l prefix]
44 pid file names and for the syslog. Default is "snmpd".
55 The directory snmpd contains a snmpd.sh script, which can be copied to
56 /usr/local/etc/rc.d to automatically start and stop the daemon. snmpd.config
H A DFREEBSD-Xlist14 */snmpd/Makefile.in
15 */snmpd/.gdbinit
H A DNEWS62 snmpd/main.c: Fix a 64-bit warning.
74 snmpd/main.c: fix a problem which resulted in the daemon exiting
77 snmpd/trans_lsock.c: include stdio.h to get a prototype for remove.
89 snmpd: Move event library initialization before reading of
159 snmpd: remove local socket in case of an error to fully initialize it.
180 First drafts of an snmpd, gensnmptree, asn1, bsnmplib,
183 snmpd/main.c: reorder getopt options according to style(9). Implement
H A DTODO1 snmpd:
/freebsd/contrib/bsnmp/snmpd/
H A Daction.c537 value->v.integer = TRUTH_MK(snmpd.auth_traps); in op_snmp()
560 snmpd.auth_traps = TRUTH_GET(value->v.integer); in op_snmp()
568 snmpd.auth_traps = ctx->scratch->int1; in op_snmp()
644 value->v.integer = snmpd.txbuf; in op_snmpd_config()
647 value->v.integer = snmpd.rxbuf; in op_snmpd_config()
650 value->v.integer = TRUTH_MK(snmpd.comm_dis); in op_snmpd_config()
653 return (ip_get(value, snmpd.trap1addr)); in op_snmpd_config()
655 value->v.uint32 = snmpd.version_enable; in op_snmpd_config()
666 ctx->scratch->int1 = snmpd.txbuf; in op_snmpd_config()
670 snmpd.txbuf = value->v.integer; in op_snmpd_config()
[all …]
H A Dsnmpd.config29 # $Begemot: bsnmp/snmpd/snmpd.config,v 1.16 2006/02/14 09:04:20 brandt_h Exp $
56 %snmpd
113 # begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
114 # begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4
156 # begemotNgControlNodeName = "snmpd"
H A Dsnmpd.sh35 PID=/var/run/snmpd.pid
36 CONF=/etc/snmpd.conf
H A Dsnmpd.h232 struct snmpd { struct
251 extern struct snmpd snmpd; argument
H A Dmain.c90 struct snmpd snmpd = { variable
258 if ((buf = malloc(tx ? snmpd.txbuf : snmpd.rxbuf)) == NULL) { in buf_alloc()
275 return (tx ? snmpd.txbuf : snmpd.rxbuf); in buf_size()
289 resp_b.asn_len = snmpd.txbuf; in snmp_output()
584 if (!(snmpd.version_enable & VERS_ENABLE_V1)) in snmp_input_start()
589 if (!(snmpd.version_enable & VERS_ENABLE_V2C)) in snmp_input_start()
594 if (!(snmpd.version_enable & VERS_ENABLE_V3)) in snmp_input_start()
622 if (snmpd.auth_traps) in snmp_input_start()
669 resp_b.asn_len = snmpd.txbuf; in snmp_input_finish()
745 resp_b.asn_len = snmpd.txbuf; in snmp_input_finish()
[all …]
H A DBEGEMOT-MIB.txt29 -- $Begemot: bsnmp/snmpd/BEGEMOT-MIB.txt,v 1.5 2004/08/06 08:47:07 brandt Exp $
H A Dtrap.c432 memcpy(pdu->agent_addr, snmpd.trap1addr, 4); in snmp_create_v1_trap()
H A DBEGEMOT-SNMPD.txt33 -- $Begemot: bsnmp/snmpd/BEGEMOT-SNMPD.txt,v 1.23 2004/08/06 08:47:08 brandt Exp $
/freebsd/contrib/ntp/ntpsnmpd/
H A DREADME6 - edit the snmpd configuration file (/usr/local/share/snmp/snmpd.conf):
11 - start snmpd (sudo /usr/local/sbin/snmpd) and check that it is running correctly by running the co…
H A Dinvoke-ntpsnmpd.texi55 Str agentxsocket The socket address ntpsnmpd uses to connect to net-snmpd
81 This is the ``the socket address ntpsnmpd uses to connect to net-snmpd'' option.
H A Dntpsnmpd-opts.def33 descrip = "The socket address ntpsnmpd uses to connect to net-snmpd";
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile7 .PATH: ${CONTRIB}/snmpd
9 CONFS= snmpd.config
130 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
H A Dsnmpd.config76 %snmpd
112 begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
113 begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4
332 #begemotNgControlNodeName = "snmpd"
/freebsd/tests/sys/netpfil/pf/
H A Dbsnmpd.conf29 %snmpd
/freebsd/usr.sbin/bsnmpd/modules/snmp_vacm/
H A DMakefile13 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
/freebsd/usr.sbin/bsnmpd/modules/snmp_target/
H A DMakefile13 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
/freebsd/usr.sbin/bsnmpd/modules/snmp_usm/
H A DMakefile15 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
/freebsd/usr.sbin/bsnmpd/modules/
H A DMakefile3 .PATH: ${SRCTOP}/contrib/bsnmp/snmpd
/freebsd/usr.sbin/bsnmpd/modules/snmp_mibII/
H A DMakefile15 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
/freebsd/share/examples/etc/
H A DREADME.examples62 snmpd.config - example configuration file for bsnmpd(1)

12