Lines Matching full:pdu
77 .Fn snmp_pdu_decode "struct asn_buf *buf" "struct snmp_pdu *pdu" "int32_t *ip"
79 .Fn snmp_pdu_encode "struct snmp_pdu *pdu" "struct asn_buf *buf"
81 .Fn snmp_pdu_decode_header "struct snmp_pdu *pdu" "struct asn_buf *buf"
83 .Fn snmp_pdu_decode_scoped "struct asn_buf *buf" "struct snmp_pdu *pdu" "int32_t *ip"
85 .Fn snmp_pdu_decode_secmode "struct asn_buf *buf" "struct snmp_pdu *pdu"
87 .Fn snmp_pdu_init_secparams "struct snmp_pdu *pdu"
89 .Fn snmp_pdu_dump "const struct snmp_pdu *pdu"
124 This structure represents one variable binding from an SNMP PDU.
248 /* SNMPv3 PDU header fields */
291 This structure contains a decoded SNMP PDU.
304 is the type of the PDU.
346 frees all the dynamically allocated components of the PDU.
348 .Fa pdu .
352 decodes the PDU pointed to by
355 .Fa pdu .
362 encodes the PDU
363 .Fa pdu
365 calculates a message digest and encrypts the PDU data in the buffer
370 decodes the header of the PDU pointed to by
372 The uncoded PDU contents remain in the buffer.
376 decodes the scoped PDU pointed to by
381 verifies the authentication parameter contained in the PDU (if present) and
382 if the PDU is encrypted, decrypts the PDU contents pointed to by
384 If successful, a plain text scoped PDU is stored in the buffer.
389 the PDU pointed to by
390 .Fa pdu
395 dumps the PDU in a human readable form by calling
471 The PDU is of an unsupported version.
475 The requested securityLevel contained in the PDU is not supported.
477 The PDU authentication parameter received in the PDU did not match the
480 Error occurred while trying to decrypt the PDU.