]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/ipv4/lwip/ip_addr.h
Re-instantiated the pack directives. Nested structs do break individual field natural...
[pes-rpp/rpp-lwip.git] / src / include / ipv4 / lwip / ip_addr.h
2004-05-06 likewiseRe-instantiated the pack directives. Nested structs...
2004-05-05 likewiseRemoved all structure packing directives. Protocol...
2004-04-30 likewiseApplied cleaner new patch for bug #8708.
2004-04-28 likewiseRemoved old broadcast check macro.
2004-04-28 likewisePatch of bug #8708 applied which should fix header...
2004-03-26 janifix recursive inclusion by forward defining struct...
2004-03-12 likewiseFix cyclic dependencies by careful re-ordering of ...
2004-03-11 likewiseRemoved offending #include.
2004-03-11 likewiseDisabling ip_addr_isbroadcast() due to recursive header...
2004-03-11 likewiseAdded netif #include.
2004-03-11 likewiseFix prototype.
2004-03-11 likewiseReplaced ip_addr_isbroadcast() macro by function.
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-06-19 marcbouMerged from DEVEL
2003-06-11 likewiseApplied patch #1596 fixing wrongly cast LWIP_DEBUGF...
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-06-02 janiinet_ntoa and inet_aton from Marc
2003-04-15 likewiseAgain accepted NULL to indicate IP_ADDR_ANY.
2003-04-11 likewiseMacro IP_ADDR_ are cast non-const as lots of functions...
2003-04-11 likewiseip_addr_any and _broadcast are type-declared as being...
2003-04-01 likewiseFixed ip_addr_set() to deal with IP_ADDR_ANY. Added...
2003-04-01 likewiseIP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BR...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-11-08 likewiseSurrounded all #include's for packed structs with ...
2002-11-08 proff_fsAdded includeds for bpstruct and epstruct.
2002-10-19 likewiseInitial revision