C
BOOL ProcessSnmpv3MsgData( PDU_INFO* pduDbPtr );
Description
Once the received pdu is validated as Snmpv3 pdu, it is forwarded for processing to this routine. This rotuine handles Get, Get_Next, Get_Bulk, Set request and creates appropriate response as Get_Response. This routine will decide on whether the request pdu should be processed or be discarded.
Preconditions
The received udp packet is varified as valid SNMPv3 request.
Parameters
Parameters |
Description |
pduDbPtr |
Pointer to received pdu information database |
Return Values
Return Values |
Description |
TRUE |
If the snmp request processing is successful. |
FALSE |
If the processing failed else the processing is not completed. |
Remarks
None