/[lwip]/lwip/src/netif/loopif.c
ViewVC logotype

Diff of /lwip/src/netif/loopif.c

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

revision 1.4 by likewise, Wed Jan 8 10:09:43 2003 UTC revision 1.5 by jani, Thu Feb 20 11:51:54 2003 UTC
# Line 67  loopif_output(struct netif *netif, struc Line 67  loopif_output(struct netif *netif, struc
67    return ERR_MEM;    return ERR_MEM;
68  }  }
69  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
70  void  err_t
71  loopif_init(struct netif *netif)  loopif_init(struct netif *netif)
72  {  {
73    netif->name[0] = 'l';    netif->name[0] = 'l';
74    netif->name[1] = 'o';    netif->name[1] = 'o';
75    netif->output = loopif_output;    netif->output = loopif_output;
76      return ERR_OK;
77  }  }
78  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
79    

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

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