/[lwip]/contrib/ports/unix/netif/tunif.c
ViewVC logotype

Diff of /contrib/ports/unix/netif/tunif.c

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

revision 1.5 by kieranm, Tue Jun 10 10:45:29 2003 UTC revision 1.6 by christiaans, Mon Oct 10 07:25:35 2005 UTC
# Line 267  tunif_input(struct netif *netif) Line 267  tunif_input(struct netif *netif)
267      return;      return;
268    }    }
269    
270    #if 0
271    /* CS: ip_lookup() was removed */
272    if (ip_lookup(p->payload, netif)) {    if (ip_lookup(p->payload, netif)) {
273    #endif
274      netif->input(p, netif);      netif->input(p, netif);
275    #if 0
276    }    }
277    #endif
278  }  }
279  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
280  /*  /*

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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