/[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.13 by likewise, Wed Jun 11 22:11:42 2003 UTC revision 1.13.2.1 by likewise, Thu Jun 19 10:01:19 2003 UTC
# Line 118  extern const struct ip_addr ip_addr_broa Line 118  extern const struct ip_addr ip_addr_broa
118  #define ip_addr_ismulticast(addr1) (((addr1)->addr & ntohl(0xf0000000)) == ntohl(0xe0000000))  #define ip_addr_ismulticast(addr1) (((addr1)->addr & ntohl(0xf0000000)) == ntohl(0xe0000000))
119    
120    
121  #define ip_addr_debug_print(ipaddr) LWIP_DEBUGF(LWIP_DEBUG, ("%d.%d.%d.%d", \  #define ip_addr_debug_print(debug, ipaddr) LWIP_DEBUGF(debug, ("%u.%u.%u.%u", \
122          (unsigned int)(ntohl((ipaddr)->addr) >> 24) & 0xff, \          (unsigned int)(ntohl((ipaddr)->addr) >> 24) & 0xff, \
123          (unsigned int)(ntohl((ipaddr)->addr) >> 16) & 0xff, \          (unsigned int)(ntohl((ipaddr)->addr) >> 16) & 0xff, \
124          (unsigned int)(ntohl((ipaddr)->addr) >> 8) & 0xff, \          (unsigned int)(ntohl((ipaddr)->addr) >> 8) & 0xff, \

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.2.1

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