Rename eth_type enum in iana.h to be prefixed with lwip_iana_

This commit is contained in:
Dirk Ziegelmeier 2017-08-15 13:42:39 +02:00
parent aaee7ed1e7
commit c6fac10b62

View File

@ -91,7 +91,7 @@ enum lwip_iana_port_number {
* A list of often ethtypes (although lwIP does not use all of them).
* https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml#ieee-802-numbers-1
*/
enum eth_type {
enum lwip_iana_eth_type {
/** Internet protocol v4 */
ETHTYPE_IP = 0x0800U,
/** Address resolution protocol */