/[lwip]/lwip/src/core/raw.c
ViewVC logotype

Diff of /lwip/src/core/raw.c

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

revision 1.1.2.2 by kieranm, Thu Aug 21 09:59:21 2003 UTC revision 1.1.2.3 by jani, Tue Sep 2 11:56:42 2003 UTC
# Line 160  raw_send_payload(struct raw_pcb *pcb, st Line 160  raw_send_payload(struct raw_pcb *pcb, st
160    LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("raw_send_payload\n"));    LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("raw_send_payload\n"));
161    
162    if ((netif = ip_route(ipaddr)) == NULL) {    if ((netif = ip_route(ipaddr)) == NULL) {
163      LWIP_DEBUGF(UDP_DEBUG | 1, ("raw_send_payload: No route to 0x%lx\n", ipaddr));      LWIP_DEBUGF(UDP_DEBUG | 1, ("raw_send_payload: No route to 0x%lx\n", ipaddr->addr));
164  #ifdef RAW_STATS  #ifdef RAW_STATS
165  /*    ++lwip_stats.raw.rterr;*/  /*    ++lwip_stats.raw.rterr;*/
166  #endif /* UDP_STATS */  #endif /* UDP_STATS */

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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