Searched refs:snmpd (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dsnmpd.sh30 # $Begemot: bsnmp/snmpd/snmpd.sh,v 1.3 2004/08/06 08:47:13 brandt Exp $
35 PID=/var/run/snmpd.pid
36 CONF=/etc/snmpd.conf
43 echo "snmpd already running -- pid `cat ${PID}`" >/dev/stderr
49 echo "snmpd started"
57 echo "snmpd stopped"
60 echo "cannot kill snmpd" >/dev/stderr
67 echo "snmpd not running" >/dev/stderr
72 echo "snmpd no
[all...]
H A Dsnmpd.config29 # $Begemot: bsnmp/snmpd/snmpd.config,v 1.16 2006/02/14 09:04:20 brandt_h Exp $
53 %snmpd
78 begemotSnmpdLocalPortStatus."/var/run/snmpd.sock" = 1
79 begemotSnmpdLocalPortType."/var/run/snmpd.sock" = 4
103 begemotNgControlNodeName = "snmpd"
H A Daction.c50 #include "snmpd.h"
544 value->v.integer = TRUTH_MK(snmpd.auth_traps);
567 snmpd.auth_traps = TRUTH_GET(value->v.integer);
575 snmpd.auth_traps = ctx->scratch->int1;
651 value->v.integer = snmpd.txbuf;
654 value->v.integer = snmpd.rxbuf;
657 value->v.integer = TRUTH_MK(snmpd.comm_dis);
660 return (ip_get(value, snmpd.trap1addr));
662 value->v.uint32 = snmpd.version_enable;
673 ctx->scratch->int1 = snmpd
[all...]
H A Dsnmpd.h29 * $Begemot: bsnmp/snmpd/snmpd.h,v 1.24 2004/08/06 08:47:13 brandt Exp $
227 struct snmpd { struct
246 extern struct snmpd snmpd;
H A Dmain.c35 * $Begemot: bsnmp/snmpd/main.c,v 1.100 2006/02/14 09:04:20 brandt_h Exp $
65 #include "snmpd.h"
89 struct snmpd snmpd = { variable in typeref:struct:snmpd
214 usage: snmpd [-dh] [-c file] [-D options] [-e file] [-I path]\n\
253 if ((buf = malloc(tx ? snmpd.txbuf : snmpd.rxbuf)) == NULL) {
270 return (tx ? snmpd.txbuf : snmpd.rxbuf);
283 resp_b.asn_len = snmpd
[all...]
H A Dtrap.c35 * $Begemot: bsnmp/snmpd/trap.c,v 1.9 2005/10/04 11:21:39 brandt_h Exp $
56 #include "snmpd.h"
430 memcpy(pdu->agent_addr, snmpd.trap1addr, 4);
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/
H A DMakefile5 .PATH: ${.CURDIR}/../../../contrib/bsnmp/snmpd
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_target/
H A DMakefile14 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -DSNMPTREE_TYPES
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_vacm/
H A DMakefile14 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -DSNMPTREE_TYPES
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_usm/
H A DMakefile16 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -DSNMPTREE_TYPES
/freebsd-10.1-release/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile8 .PATH: ${CONTRIB}/snmpd
29 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. -DUSE_LIBBEGEMOT
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_mibII/
H A DMakefile16 CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt52 snmpd 1
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt52 snmpd 1
/freebsd-10.1-release/etc/
H A DMakefile212 snmpd.config ${DESTDIR}/etc;

Completed in 128 milliseconds