Home | History | Annotate | Download | only in lwip

Lines Matching full:snmp

210   * snmp: Use memp pools for snmp instead of the heap; added 4 new pools.
375 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator
450 * snmp_msg.c: Fixed bug #29256: SNMP Trap address was not correctly set
540 * ppp.c: task #10154 (PPP: Update snmp in/out counters for tx/rx packets)
543 * netif.c: For loopback packets, adjust the stats- and snmp-counters
584 not implemented in SNMP): write-only or not-accessible are still
588 * snmp: Renamed the private mib node from 'private' to 'mib_private' to
967 * init.c: snmp was not initialized in lwip_init()
1401 * snmp.h, mib2.c: enable to remove SNMP timer (which consumne several cycles
1621 NETIF_INIT_SNMP(netif, type, speed) to initialize per-netif snmp variables,
1758 * snmp_msg.h, msg_in.c: SNMP UDP ports can be configured at compile time.
2412 * tcp_{in,out}.c: added SNMP counters.
2413 * ipv4/ip.c: added SNMP counters.
2414 * ipv4/ip_frag.c: added SNMP counters.
2423 * netif.{c,h}, netif/ethernetif.c: added SNMP statistics to netif struct
2426 * snmp/asn1_{enc,dec}.c added
2427 * snmp/mib2.c added
2428 * snmp/msg_{in,out}.c added