Lines Matching refs:community
173 u_int community; variable
174 static struct community *comm;
392 if ((uname = comm_string(community)) == NULL) in snmp_pdu_auth_access()
398 if ((uname = comm_string(community)) == NULL) in snmp_pdu_auth_access()
616 strcmp(comm->string, pdu->community) == 0) in snmp_input_start()
627 community = comm->value; in snmp_input_start()
1642 community = COMM_INITIALIZE; in main()
2058 struct community*
2062 struct community *c, *p; in comm_define_ordered()
2072 if ((c = malloc(sizeof(struct community))) == NULL) { in comm_define_ordered()
2109 struct community *c; in comm_define()
2139 struct community *p; in comm_string()
2153 struct community *p, *p1; in comm_flush()
2410 if (community == COMM_INITIALIZE) { in lm_load()