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

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

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

revision 1.10 by likewise, Mon Mar 24 13:06:16 2003 UTC revision 1.11 by likewise, Mon Mar 24 14:30:18 2003 UTC
# Line 68  netif_add(struct ip_addr *ipaddr, struct Line 68  netif_add(struct ip_addr *ipaddr, struct
68      DEBUGF(NETIF_DEBUG, ("netif_add(): out of memory for netif\n"));      DEBUGF(NETIF_DEBUG, ("netif_add(): out of memory for netif\n"));
69      return NULL;      return NULL;
70    }    }
71    #if LWIP_DHCP
72    /* netif not under DHCP control by default */    /* netif not under DHCP control by default */
73    netif->dhcp = NULL;    netif->dhcp = NULL;
74      #endif  
75    /* remember netif specific state information data */    /* remember netif specific state information data */
76    netif->state = state;    netif->state = state;
77    netif->num = netifnum++;    netif->num = netifnum++;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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