/[lwip]/lwip/src/include/lwip/netif.h
ViewVC logotype

Diff of /lwip/src/include/lwip/netif.h

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

revision 1.1.1.1 by likewise, Sat Oct 19 13:00:11 2002 UTC revision 1.2 by likewise, Mon Nov 11 15:35:18 2002 UTC
# Line 48  struct netif { Line 48  struct netif {
48    struct ip_addr ip_addr;    struct ip_addr ip_addr;
49    struct ip_addr netmask;  /* netmask in network byte order */    struct ip_addr netmask;  /* netmask in network byte order */
50    struct ip_addr gw;    struct ip_addr gw;
51    char hwaddr[6];    unsigned char hwaddr[6];
52    
53    /* This function is called by the network device driver    /* This function is called by the network device driver
54       when it wants to pass a packet to the TCP/IP stack. */       when it wants to pass a packet to the TCP/IP stack. */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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