/[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.10 by jani, Thu Feb 20 11:51:53 2003 UTC revision 1.11 by likewise, Thu Feb 20 13:13:54 2003 UTC
# Line 50  Line 50 
50  /** whether the network interface is 'up'. this is  /** whether the network interface is 'up'. this is
51   * a software flag used to control whether this network   * a software flag used to control whether this network
52   * interface is enabled and processes traffic */   * interface is enabled and processes traffic */
53  #define NETIF_FLAG_UP 1  #define NETIF_FLAG_UP 1U
54  /** if set, the netif has broadcast capability */  /** if set, the netif has broadcast capability */
55  #define NETIF_FLAG_BROADCAST 2  #define NETIF_FLAG_BROADCAST 2U
56  /** if set, the netif is one end of a point-to-point connection */  /** if set, the netif is one end of a point-to-point connection */
57  #define NETIF_FLAG_POINTTOPOINT 4  #define NETIF_FLAG_POINTTOPOINT 4U
58  /** if set, the interface is configured using DHCP */  /** if set, the interface is configured using DHCP */
59  #define NETIF_FLAG_DHCP 8  #define NETIF_FLAG_DHCP 8U
60    
61  /** generic data structure used for all lwIP network interfaces */  /** generic data structure used for all lwIP network interfaces */
62  struct netif {  struct netif {

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