/[lwip]/lwip/src/arch/unix/netif/tapif.c
ViewVC logotype

Diff of /lwip/src/arch/unix/netif/tapif.c

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

revision 1.7 by likewise, Wed Jan 8 10:09:41 2003 UTC revision 1.8 by jani, Sat Jan 11 15:10:12 2003 UTC
# Line 262  tapif_output(struct netif *netif, struct Line 262  tapif_output(struct netif *netif, struct
262    p = etharp_output(netif, ipaddr, p);    p = etharp_output(netif, ipaddr, p);
263    if(p != NULL) {    if(p != NULL) {
264      low_level_output(netif, p);      low_level_output(netif, p);
     etharp_output_sent(p);  
265      p = NULL;      p = NULL;
266    }    }
267    return ERR_OK;    return ERR_OK;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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