|
Squid Web Cache master
|
#include <SnmpRequest.h>
Public Attributes | |
| u_char * | buf |
| u_char * | outbuf |
| int | len |
| int | sock |
| long | reqid |
| int | outlen |
| Ip::Address | from |
| struct snmp_pdu * | PDU |
| u_char * | community |
| struct snmp_session | session |
Definition at line 18 of file SnmpRequest.h.
| u_char* SnmpRequest::buf |
Definition at line 21 of file SnmpRequest.h.
Referenced by snmpDecodePacket(), and snmpHandleUdp().
| u_char* SnmpRequest::community |
Definition at line 31 of file SnmpRequest.h.
Referenced by snmpDecodePacket().
| Ip::Address SnmpRequest::from |
Definition at line 28 of file SnmpRequest.h.
Referenced by snmpConstructReponse(), snmpDecodePacket(), and snmpHandleUdp().
| int SnmpRequest::len |
Definition at line 23 of file SnmpRequest.h.
Referenced by snmpDecodePacket(), and snmpHandleUdp().
| u_char* SnmpRequest::outbuf |
Definition at line 22 of file SnmpRequest.h.
Referenced by snmpConstructReponse(), and snmpHandleUdp().
| int SnmpRequest::outlen |
Definition at line 26 of file SnmpRequest.h.
Referenced by snmpConstructReponse(), and snmpHandleUdp().
| struct snmp_pdu* SnmpRequest::PDU |
Definition at line 30 of file SnmpRequest.h.
Referenced by snmpConstructReponse(), and snmpDecodePacket().
| long SnmpRequest::reqid |
Definition at line 25 of file SnmpRequest.h.
| struct snmp_session SnmpRequest::session |
Definition at line 33 of file SnmpRequest.h.
Referenced by snmpConstructReponse(), and snmpDecodePacket().
| int SnmpRequest::sock |
Definition at line 24 of file SnmpRequest.h.
Referenced by snmpConstructReponse(), and snmpHandleUdp().