Rename ip_eth_hdr to eth_hdr_s

This commit is contained in:
Gregory Nutt
2014-06-25 09:57:52 -06:00
parent fae790a6dc
commit 57383ea2f3
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -270,7 +270,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)c5471->c_dev.d_buf)
#define BUF ((struct eth_hdr_s *)c5471->c_dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -140,7 +140,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -152,7 +152,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)priv->lp_dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->lp_dev.d_buf)
/* This is the number of ethernet GPIO pins that must be configured */
+1 -1
View File
@@ -243,7 +243,7 @@
* header
*/
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -248,7 +248,7 @@
* header
*/
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -308,7 +308,7 @@
* header
*/
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -174,7 +174,7 @@
* header
*/
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -552,7 +552,7 @@
* header
*/
#define BUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -151,7 +151,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define ETHBUF ((struct uip_eth_hdr *)priv->ld_dev.d_buf)
#define ETHBUF ((struct eth_hdr_s *)priv->ld_dev.d_buf)
#define TIVA_MAX_MDCCLK 2500000
+1 -1
View File
@@ -78,7 +78,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)priv->d_dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->d_dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -213,7 +213,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)priv->pd_dev.d_buf)
#define BUF ((struct eth_hdr_s *)priv->pd_dev.d_buf)
/* PHYs *********************************************************************/
/* Select PHY-specific values. Add more PHYs as needed. */
+1 -1
View File
@@ -60,7 +60,7 @@ extern int uipdriver_setmacaddr(unsigned char *macaddr);
* Pre-processor Definitions
****************************************************************************/
#define BUF ((struct uip_eth_hdr *)&uip_buf[0])
#define BUF ((struct eth_hdr_s *)&uip_buf[0])
#ifndef CONFIG_EXAMPLES_UIP_DHCPC
# define UIP_IPADDR (10 << 24 | 0 << 16 | 0 << 8 | 1)
+1 -1
View File
@@ -233,7 +233,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define ETHBUF ((struct uip_eth_hdr *)priv->dev.d_buf)
#define ETHBUF ((struct eth_hdr_s *)priv->dev.d_buf)
/****************************************************************************
* Private Types