Home
last modified time | relevance | path

Searched refs:snmp_community (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dsnmp.c123 if (!cg->snmp_community[0]) in _cupsSNMPDefaultCommunity()
125 strlcpy(cg->snmp_community, "public", sizeof(cg->snmp_community)); in _cupsSNMPDefaultCommunity()
135 strlcpy(cg->snmp_community, value, sizeof(cg->snmp_community)); in _cupsSNMPDefaultCommunity()
137 cg->snmp_community[0] = '\0'; in _cupsSNMPDefaultCommunity()
147 cg->snmp_community)); in _cupsSNMPDefaultCommunity()
149 return (cg->snmp_community); in _cupsSNMPDefaultCommunity()
Dcups-private.h159 char snmp_community[255]; member