msg_in.c File Reference


Functions

void snmp_init (void)
void snmp_msg_event (u8_t request_id)
struct snmp_varbind * snmp_varbind_alloc (struct snmp_obj_id *oid, u8_t type, u8_t len)

Variables

const s32_t snmp_version = 0
const char snmp_publiccommunity [7] = "public"

Detailed Description

SNMP input message processing (RFC1157).

Function Documentation

void snmp_init ( void   ) 

Starts SNMP Agent. Allocates UDP pcb and binds it to IP_ADDR_ANY port 161.

void snmp_msg_event ( u8_t  request_id  ) 

Handle one internal or external event. Called for one async event. (recv external/private answer)

Parameters:
request_id identifies requests from 0 to (SNMP_CONCURRENT_REQUESTS-1)

struct snmp_varbind* snmp_varbind_alloc ( struct snmp_obj_id oid,
u8_t  type,
u8_t  len 
) [read]

Varbind-list functions.


Variable Documentation

const char snmp_publiccommunity[7] = "public"

default SNMP community string

const s32_t snmp_version = 0

SNMP v1 == 0


Generated on Sun Mar 23 19:22:46 2008 for lwIP 1.3.0 by  doxygen 1.5.4