Rename ip_eth_hdr to eth_hdr_s

This commit is contained in:
Gregory Nutt
2014-06-25 09:57:52 -06:00
parent f57024406a
commit 621097b6c8
26 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)cs89x0->cs_dev.d_buf)
#define BUF ((struct eth_hdr_s *)cs89x0->cs_dev.d_buf)
/* If there is only one CS89x0 instance, then mapping the CS89x0 IRQ to
* a driver state instance is trivial.
+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 *)dm9x->dm_dev.d_buf)
#define BUF ((struct eth_hdr_s *)dm9x->dm_dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -81,7 +81,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)e1000->uip_dev.d_buf)
#define BUF ((struct eth_hdr_s *)e1000->uip_dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -186,7 +186,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)
/* Debug ********************************************************************/
+1 -1
View File
@@ -178,7 +178,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)
/* Debug ********************************************************************/
+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 *)skel->sk_dev.d_buf)
#define BUF ((struct eth_hdr_s *)skel->sk_dev.d_buf)
/****************************************************************************
* Private Types
+1 -1
View File
@@ -85,7 +85,7 @@
/* This is a helper pointer for accessing the contents of the Ethernet header */
#define BUF ((struct uip_eth_hdr *)vnet->sk_dev.d_buf)
#define BUF ((struct eth_hdr_s *)vnet->sk_dev.d_buf)
/****************************************************************************
* Private Types