Author: cgutman Date: Fri Jan 13 09:45:17 2012 New Revision: 54932
URL: http://svn.reactos.org/svn/reactos?rev=54932&view=rev Log: [TCPIP] - Missed this file in r54930
Modified: branches/wlan-bringup/drivers/network/tcpip/include/ip.h
Modified: branches/wlan-bringup/drivers/network/tcpip/include/ip.h URL: http://svn.reactos.org/svn/reactos/branches/wlan-bringup/drivers/network/tcp... ============================================================================== --- branches/wlan-bringup/drivers/network/tcpip/include/ip.h [iso-8859-1] (original) +++ branches/wlan-bringup/drivers/network/tcpip/include/ip.h [iso-8859-1] Fri Jan 13 09:45:17 2012 @@ -156,10 +156,12 @@ UINT MinFrameSize; /* Minimum frame size in bytes */ UINT MTU; /* Maximum transmission unit */ UINT Speed; /* Link speed */ - IP_ADDRESS Unicast; /* Unicast address */ - IP_ADDRESS PointToPoint; /* Point to point address */ - IP_ADDRESS Netmask; /* Netmask */ + IP_ADDRESS Unicast, StaticUnicast;/* Unicast address */ + IP_ADDRESS PointToPoint, StaticPointToPoint;/* Point to point address */ + IP_ADDRESS Netmask, StaticNetmask;/* Netmask */ IP_ADDRESS Broadcast; /* Broadcast */ + IP_ADDRESS StaticRouter; /* Static default route */ + BOOLEAN DhcpEnabled; /* DHCP enabled */ UNICODE_STRING Name; /* Adapter name (GUID) */ UNICODE_STRING Description; /* Adapter description (Human readable) */ PUCHAR Address; /* Pointer to interface address */