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

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h80 char write_community[SNMP_COMMUNITY_MAXLEN + 1]; member in struct:snmp_client
H A Dsnmpclient.c857 strcpy(c->write_community, "private");
1065 strlcpy(snmp_client.write_community, writecomm,
1066 sizeof(snmp_client.write_community));
1148 strlcpy(pdu->community, snmp_client.write_community,
1922 strncpy(sc->write_community, s, p - s);
1923 sc->write_community[p - s] = '\0';
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dmain.c497 strncpy(snmp_client.write_community, s, p - s);
498 snmp_client.write_community[p - s] = '\0';

Completed in 92 milliseconds