Searched refs:read_community (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h79 char read_community[SNMP_COMMUNITY_MAXLEN + 1]; member in struct:snmp_client
H A Dsnmpclient.c856 strcpy(c->read_community, "public");
1062 strlcpy(snmp_client.read_community, readcomm,
1063 sizeof(snmp_client.read_community));
1151 strlcpy(pdu->community, snmp_client.read_community,
1920 strncpy(sc->read_community, s, p - s);
1921 sc->read_community[p - s] = '\0';
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dmain.c495 strncpy(snmp_client.read_community, s, p - s);
496 snmp_client.read_community[p - s] = '\0';

Completed in 123 milliseconds