Searched refs:read_community (Results 1 – 3 of 3) sorted by relevance
79 char read_community[SNMP_COMMUNITY_MAXLEN + 1]; member
853 strcpy(c->read_community, "public"); in snmp_client_init()1057 strlcpy(snmp_client.read_community, readcomm, in snmp_open()1058 sizeof(snmp_client.read_community)); in snmp_open()1146 strlcpy(pdu->community, snmp_client.read_community, in snmp_pdu_create()1910 strncpy(sc->read_community, s, p - s); in snmp_parse_server()1911 sc->read_community[p - s] = '\0'; in snmp_parse_server()
495 strncpy(snmp_client.read_community, s, p - s); in parse_server()496 snmp_client.read_community[p - s] = '\0'; in parse_server()