Lines Matching refs:access
69 /** SNMP community string for write access */
187 * Returns current SNMP write-access community string.
188 * @return current SNMP write-access community string
209 * Sets SNMP community string for write-access.
213 * @param community is a pointer to new write-access community string
242 * Callback fired on every successful write access
388 if (((node_instance->access & SNMP_NODE_INSTANCE_ACCESS_READ) != SNMP_NODE_INSTANCE_ACCESS_READ) || (node_instance->get_value == NULL)) {
673 } else if (((node_instance.access & SNMP_NODE_INSTANCE_ACCESS_WRITE) != SNMP_NODE_INSTANCE_ACCESS_WRITE) || (node_instance.set_value == NULL)) {
815 /* @todo: Differentiate read/write access */
867 * to access the SEQUENCE header.