/[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.21 by likewise, Wed Jun 30 18:38:07 2004 UTC revision 1.22 by christiaans, Fri Nov 25 12:03:39 2005 UTC
# Line 98  struct netif { Line 98  struct netif {
98    struct dhcp *dhcp;    struct dhcp *dhcp;
99  #endif  #endif
100    /** number of bytes used in hwaddr */    /** number of bytes used in hwaddr */
101    unsigned char hwaddr_len;    u8_t hwaddr_len;
102    /** link level hardware address of this interface */    /** link level hardware address of this interface */
103    unsigned char hwaddr[NETIF_MAX_HWADDR_LEN];    u8_t hwaddr[NETIF_MAX_HWADDR_LEN];
104    /** maximum transfer unit (in bytes) */    /** maximum transfer unit (in bytes) */
105    u16_t mtu;    u16_t mtu;
106    /** flags (see NETIF_FLAG_ above) */    /** flags (see NETIF_FLAG_ above) */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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