vlist: store a pointer to the real key to make lookups easier
[project/netifd.git] / proto.h
2011-09-12 Felix Fietkaumove ip address parsing code to proto.c
2011-09-12 Felix Fietkaumake proto_apply_static_settings static, make helper...
2011-09-11 Felix Fietkauadd a protocol event for link loss
2011-09-11 Felix Fietkauadd an interface for notifying protocol handlers of...
2011-09-11 Felix Fietkaumove protocol flags to the handler, add a pointer to...
2011-09-07 Felix Fietkaumake functionality for applying static settings available
2011-09-04 Felix Fietkauremove the uci dependency from protocol handlers
2011-09-04 Felix Fietkauremove an unnecessary typedef
2011-09-04 Felix Fietkautrigger proto attach from config.c
2011-04-13 Felix Fietkauexport a function to look up a protocol handler
2011-04-13 Felix Fietkauadd a section pointer to the proto attach callback
2011-04-13 Felix Fietkauadd some infrastructure code for proto handlers
2011-04-03 Felix Fietkaumove immediate protocol state transitions to a wrapper...
2011-03-28 Felix Fietkauadd rudimentary protocol handling