mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Rename eth_type enum in iana.h to be prefixed with lwip_iana_
This commit is contained in:
parent
aaee7ed1e7
commit
c6fac10b62
@ -91,7 +91,7 @@ enum lwip_iana_port_number {
|
|||||||
* A list of often ethtypes (although lwIP does not use all of them).
|
* 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
|
* 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 */
|
/** Internet protocol v4 */
|
||||||
ETHTYPE_IP = 0x0800U,
|
ETHTYPE_IP = 0x0800U,
|
||||||
/** Address resolution protocol */
|
/** Address resolution protocol */
|
||||||
|
Loading…
Reference in New Issue
Block a user