Searched defs:community (Results 1 – 3 of 3) sorted by relevance
51 struct community { struct52 struct lmodule *owner; /* who created the community */ argument54 u_int value; /* value of this community */ argument55 u_char * string; /* the community string */ argument57 TAILQ_ENTRY(community) link; argument62 extern TAILQ_HEAD(community_list, community) community_list; argument
171 u_int community; variable
150 char community[SNMP_COMMUNITY_MAXLEN + 1]; member