Lines Matching full:pdu
72 .Fn snmp_get "struct snmp_pdu *pdu" "struct asn_buf *resp_b" "struct snmp_pdu *resp" "void *data"
74 .Fn snmp_getnext "struct snmp_pdu *pdu" "struct asn_buf *resp_b" "struct snmp_pdu *resp" "void *dat…
76 .Fn snmp_getbulk "struct snmp_pdu *pdu" "struct asn_buf *resp_b" "struct snmp_pdu *resp" "void *dat…
78 .Fn snmp_set "struct snmp_pdu *pdu" "struct asn_buf *resp_b" "struct snmp_pdu *resp" "void *data"
80 .Fn snmp_make_errresp "const struct snmp_pdu *pdu" "struct asn_buf *req_b" "struct asn_buf *resp_b"
182 PDU was a version 1 PDU, the error code is mapped automatically.
283 For all three functions the response PDU is constructed and encoded
285 If everything is ok, the response PDU is returned in
291 to free the response PDU in this case.
295 Operation successful, response PDU may be sent.
297 Operation failed, no response PDU constructed.
302 .Fa pdu .
303 No response PDU has been constructed.
304 The caller may construct an error response PDU via
394 table row that was available in this SET PDU and can operate accordingly.
405 It takes the original request PDU (it will look only on the error code and
406 index fields), the buffer containing the original PDU and a buffer for the
407 error PDU.
409 the response PDU and thus does not depend on the decodability of this field.