Lines Matching full:operation
168 This is the operation to execute, one of:
210 operation.
257 For the node operation callback this is the
262 For the node operation callback this is a pointer to a per variable binding
278 executes an SNMP GET operation, the function
280 executes an SNMP GETNEXT operation and the function
282 executes an SNMP GETBULK operation.
295 Operation successful, response PDU may be sent.
297 Operation failed, no response PDU constructed.
300 Error in operation.
310 executes an SNMP SET operation.
313 The operation of this functions is, however, much more complex.
315 The SET operation occurs in several stages:
321 For columns it must be done in the node's operation callback function.
323 For each binding call the node's operation callback with function SNMP_OP_SET.
329 If the previous step fails at any point, the node's operation callback
332 This allows all variables to undo the effect of the SET operation.
340 operation of SNMP_DEPOP_COMMIT.
345 the node's operation callback is called with SNMP_OP_ROLLBACK to undo
352 operation callback is called with SNMP_OP_COMMIT.
397 - with an operation of
404 makes an error response if an operation has failed.
410 It may return the same values as the operation functions.
412 The next four functions allow some parts of the SET operation to be executed.