Home
last modified time | relevance | path

Searched defs:community (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/bsnmp/snmpd/
Dsnmpd.h51 struct community { struct
52 struct lmodule *owner; /* who created the community */ argument
54 u_int value; /* value of this community */ argument
55 u_char * string; /* the community string */ argument
57 TAILQ_ENTRY(community) link; argument
62 extern TAILQ_HEAD(community_list, community) community_list; argument
Dmain.c171 u_int community; variable
/freebsd-9-stable/contrib/bsnmp/lib/
Dsnmp.h150 char community[SNMP_COMMUNITY_MAXLEN + 1]; member