/[lwip]/lwip/src/core/ipv4/ip.c
ViewVC logotype

Diff of /lwip/src/core/ipv4/ip.c

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

revision 1.20 by likewise, Mon Mar 31 10:32:36 2003 UTC revision 1.21 by likewise, Tue Apr 1 14:02:50 2003 UTC
# Line 494  ip_output_if(struct pbuf *p, struct ip_a Line 494  ip_output_if(struct pbuf *p, struct ip_a
494  #ifdef IP_STATS  #ifdef IP_STATS
495    lwip_stats.ip.xmit++;    lwip_stats.ip.xmit++;
496  #endif /* IP_STATS */  #endif /* IP_STATS */
497    DEBUGF(IP_DEBUG, ("ip_output_if: %c%c ", netif->name[0], netif->name[1]));    DEBUGF(IP_DEBUG, ("ip_output_if: %c%c%u\n", netif->name[0], netif->name[1], netif->num));
498  #if IP_DEBUG  #if IP_DEBUG
499    ip_debug_print(p);    ip_debug_print(p);
500  #endif /* IP_DEBUG */  #endif /* IP_DEBUG */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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