@@ -1106,7 +1106,7 @@ pub const ETH_P_RARP: ::c_int = 0x8035;
1106
1106
pub const ETH_P_ATALK : :: c_int = 0x809B ;
1107
1107
pub const ETH_P_AARP : :: c_int = 0x80F3 ;
1108
1108
pub const ETH_P_8021Q : :: c_int = 0x8100 ;
1109
- pub const ETH_P_ERSPAN : :: c_int = 0x88BE ;
1109
+ /* see rust-lang/libc#924 pub const ETH_P_ERSPAN: ::c_int = 0x88BE;*/
1110
1110
pub const ETH_P_IPX : :: c_int = 0x8137 ;
1111
1111
pub const ETH_P_IPV6 : :: c_int = 0x86DD ;
1112
1112
pub const ETH_P_PAUSE : :: c_int = 0x8808 ;
@@ -1131,18 +1131,18 @@ pub const ETH_P_1588: ::c_int = 0x88F7;
1131
1131
pub const ETH_P_NCSI : :: c_int = 0x88F8 ;
1132
1132
pub const ETH_P_PRP : :: c_int = 0x88FB ;
1133
1133
pub const ETH_P_FCOE : :: c_int = 0x8906 ;
1134
- pub const ETH_P_IBOE : :: c_int = 0x8915 ;
1134
+ /* see rust-lang/libc#924 pub const ETH_P_IBOE: ::c_int = 0x8915;*/
1135
1135
pub const ETH_P_TDLS : :: c_int = 0x890D ;
1136
1136
pub const ETH_P_FIP : :: c_int = 0x8914 ;
1137
1137
pub const ETH_P_80221 : :: c_int = 0x8917 ;
1138
1138
pub const ETH_P_HSR : :: c_int = 0x892F ;
1139
- pub const ETH_P_NSH : :: c_int = 0x894F ;
1139
+ /* see rust-lang/libc#924 pub const ETH_P_NSH: ::c_int = 0x894F;*/
1140
1140
pub const ETH_P_LOOPBACK : :: c_int = 0x9000 ;
1141
1141
pub const ETH_P_QINQ1 : :: c_int = 0x9100 ;
1142
1142
pub const ETH_P_QINQ2 : :: c_int = 0x9200 ;
1143
1143
pub const ETH_P_QINQ3 : :: c_int = 0x9300 ;
1144
1144
pub const ETH_P_EDSA : :: c_int = 0xDADA ;
1145
- pub const ETH_P_IFE : :: c_int = 0xED3E ;
1145
+ /* see rust-lang/libc#924 pub const ETH_P_IFE: ::c_int = 0xED3E;*/
1146
1146
pub const ETH_P_AF_IUCV : :: c_int = 0xFBFB ;
1147
1147
pub const ETH_P_802_3_MIN : :: c_int = 0x0600 ;
1148
1148
pub const ETH_P_802_3 : :: c_int = 0x0001 ;
@@ -1170,7 +1170,7 @@ pub const ETH_P_PHONET: ::c_int = 0x00F5;
1170
1170
pub const ETH_P_IEEE802154 : :: c_int = 0x00F6 ;
1171
1171
pub const ETH_P_CAIF : :: c_int = 0x00F7 ;
1172
1172
pub const ETH_P_XDSA : :: c_int = 0x00F8 ;
1173
- pub const ETH_P_MAP : :: c_int = 0x00F9 ;
1173
+ /* see rust-lang/libc#924 pub const ETH_P_MAP: ::c_int = 0x00F9;*/
1174
1174
// end android/platform/bionic/libc/kernel/uapi/linux/if_ether.h
1175
1175
1176
1176
f ! {
0 commit comments