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

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

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

revision 1.20 by softins, Wed Jul 21 09:31:03 2004 UTC revision 1.21 by kieranm, Mon Sep 20 17:00:31 2004 UTC
# Line 273  arp_timer(void *arg) Line 273  arp_timer(void *arg)
273   *   *
274   */   */
275    
276  void  err_t
277  ethernetif_init(struct netif *netif)  ethernetif_init(struct netif *netif)
278  {  {
279    struct ethernetif *ethernetif;    struct ethernetif *ethernetif;
# Line 299  ethernetif_init(struct netif *netif) Line 299  ethernetif_init(struct netif *netif)
299    etharp_init();    etharp_init();
300    
301    sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);    sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);
302    
303      return ERR_OK;
304  }  }
305    

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