Lines Matching full:pdu
88 .Fn snmp_pdu_create "struct snmp_pdu *pdu" "u_int op"
90 .Fn snmp_add_binding "struct snmp_pdu *pdu" "..."
94 .Fn snmp_pdu_send "struct snmp_pdu *pdu" "snmp_send_cb_f func" "void *uarg"
217 each transmitted PDU.
239 Number of times a request PDU is to be resent.
251 This is the size of the maximum PDU that can be received.
258 The request id of the next PDU to send.
342 initializes a PDU of type
344 It does not allocate space for the PDU itself.
347 adds bindings to the PDU and returns the (zero based) index of the first new
353 snmp_add_binding(&pdu,
359 adds two new bindings to the PDU and returns the index of the first one.
412 may be used to check a response PDU.
416 error was detected, -1 if the response PDU had fatal errors
425 encodes and sends the given PDU.
426 It records the PDU together with the callback
432 is called with the original request PDU, the response PDU and the user argument
436 is called with the original request PDU, the response pointer set to
440 The caller should not free the request PDU until the callback function is
442 The callback function must free the request PDU and the response PDU (if not
447 tries to receive a PDU.
653 The request PDU
655 is sent and the function blocks until the response PDU is received.
659 The response PDU is returned in
668 A request PDU with empty USM user name is sent and the client's engine
670 response PDU.