|
Squid Web Cache master
|
Go to the source code of this file.
Classes | |
| struct | synch_state |
Macros | |
| #define | STAT_SUCCESS 0 |
| #define | STAT_ERROR 1 |
| #define | STAT_TIMEOUT 2 |
Functions | |
| int | snmp_synch_input (int, struct snmp_session *, int, struct snmp_pdu *, void *) |
| int | snmp_synch_response (struct snmp_session *, struct snmp_pdu *, struct snmp_pdu **) |
| void | snmp_synch_setup (struct snmp_session *) |
Variables | |
| struct synch_state | snmp_synch_state |
| #define STAT_ERROR 1 |
Definition at line 38 of file snmp_client.h.
| #define STAT_SUCCESS 0 |
Definition at line 37 of file snmp_client.h.
| #define STAT_TIMEOUT 2 |
Definition at line 39 of file snmp_client.h.
| int snmp_synch_input | ( | int | , |
| struct snmp_session * | , | ||
| int | , | ||
| struct snmp_pdu * | , | ||
| void * | |||
| ) |
| int snmp_synch_response | ( | struct snmp_session * | , |
| struct snmp_pdu * | , | ||
| struct snmp_pdu ** | |||
| ) |
| void snmp_synch_setup | ( | struct snmp_session * | ) |
|
extern |