Searched refs:snmp_community (Results 1 – 2 of 2) sorted by relevance
127 if (!cg->snmp_community[0]) in _cupsSNMPDefaultCommunity()129 strlcpy(cg->snmp_community, "public", sizeof(cg->snmp_community)); in _cupsSNMPDefaultCommunity()138 strlcpy(cg->snmp_community, value, sizeof(cg->snmp_community)); in _cupsSNMPDefaultCommunity()147 cg->snmp_community)); in _cupsSNMPDefaultCommunity()149 return (cg->snmp_community); in _cupsSNMPDefaultCommunity()
137 char snmp_community[255]; member