This website requires JavaScript.
Explore
Help
Sign In
scratch
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bd570561e8fcf2eedbe0d9e919215780d1771221
lwip
/
src
/
core
/
snmp
History
goldsimon
bd570561e8
Fix for bug
#19740
: 2 static functions are unused, simply ifdefing them out for now to get rid of warnings
2007-05-13 11:08:04 +00:00
..
asn1_dec.c
Trimmed whitespace at line ends.
2006-11-17 11:05:26 +00:00
asn1_enc.c
Trimmed whitespace at line ends.
2006-11-17 11:05:26 +00:00
mib2.c
Fix for bug
#19740
: 2 static functions are unused, simply ifdefing them out for now to get rid of warnings
2007-05-13 11:08:04 +00:00
mib_structs.c
- Changed the names of some variables in SNMP module to avoid them shadowing each other (which produces a lot of warnings and makes the code hard to maintain)
2007-04-02 20:39:24 +00:00
msg_in.c
Introduced #define LWIP_UNUSED_ARG(x) use this for and architecture-independent form to tell the compiler you intentionally are not using this variable. Can be overriden in cc.h.
2007-04-04 19:54:22 +00:00
msg_out.c
Added snmp_send_trap() parameter, caller must pass enterprise id for enterprise secific traps.
2006-11-27 08:43:10 +00:00