/[lwip]/lwip/src/include/ipv4/lwip/ip_addr.h
ViewVC logotype

Diff of /lwip/src/include/ipv4/lwip/ip_addr.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.1 by likewise, Thu Apr 17 09:56:11 2003 UTC revision 1.6.2.2 by likewise, Wed Jun 4 10:30:00 2003 UTC
# Line 52  PACK_STRUCT_END Line 52  PACK_STRUCT_END
52  #  include "arch/epstruct.h"  #  include "arch/epstruct.h"
53  #endif  #endif
54    
55    /* For compatibility with BSD code */
56    struct in_addr {
57            u32_t s_addr;
58    };
59    
60    extern const struct ip_addr ip_addr_any;
61    extern const struct ip_addr ip_addr_broadcast;
62  extern const struct ip_addr ip_addr_any;  extern const struct ip_addr ip_addr_any;
63  extern const struct ip_addr ip_addr_broadcast;  extern const struct ip_addr ip_addr_broadcast;
64    

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26