Lines Matching full:pdu

205 .Fa "struct snmp_pdu *pdu" "int32_t *ip" "size_t *pdulen"
209 .Fa "struct snmp_pdu *pdu" "const u_char *rcvbuf"
215 .Fa "struct snmp_pdu *pdu" "u_char *sndbuf" "size_t *sndlen"
221 .Fa "struct snmp_pdu *pdu" "const struct sockaddr *addr" "socklen_t addrlen"
226 .Fn snmp_pdu_auth_access "struct snmp_pdu *pdu" "int32_t *ip"
426 If the daemon receives a PDU and that PDU has a community string whose
431 than this function is called to handle the PDU.
552 the current PDU processing was started.
602 in the incoming PDU.
606 transport proxying (a PDU received on one communication link is proxied to
626 If a SNMPv1 or SNMPv2 PDU is
669 If a SNMPv3 PDU is received, whose security model is USM, the global
672 the PDU.
931 For modules that need to do their own PDU processing (for example for proxying)
936 decodes the PDU, searches the community, and sets the global
943 The PDU could not be decoded, has a wrong version or an unknown
946 A SET PDU had a value field in a binding with a wrong length field in an
949 A SET PDU had a value field in a binding with a value that is out of range
952 A SET PDU had a value field in a binding with wrong ASN.1 encoding.
954 The buffer appears to contain a valid begin of a PDU, but is too short.
970 error response PDU or ignores the request PDU.
975 In the first case a response PDU was constructed and should be sent.
979 takes a PDU and encodes it.
983 takes a PDU, encodes it and sends it through the given port (identified by
996 .Fa pdu
1001 access to all varbindings in the PDU is granted.