* $Id: snmp_agent.h,v 1.1 2008/01/31 09:31:29 haraldkipp Exp $ *
Definition in file snmp_agent.h.
Go to the source code of this file.
Data Structures | |
struct | SNMP_SESSION |
Functions | |
int | SnmpAgent (UDPSOCKET *) |
Run SNMP agent. |
int SnmpAgent | ( | UDPSOCKET * | sock | ) |
Run SNMP agent.
Normally runs in an endless loop, which is only left in case of an error.
sock | UDP socket to use. |
Definition at line 462 of file snmp_agent.c.