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
@@ -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)