We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d160a59 commit 8ed5966Copy full SHA for 8ed5966
src/unix/notbsd/android/mod.rs
@@ -1072,7 +1072,8 @@ pub const IFF_TAP: ::c_int = 0x0002;
1072
pub const IFF_NO_PI: ::c_int = 0x1000;
1073
1074
// start android/platform/bionic/libc/kernel/uapi/linux/if_ether.h
1075
-// from https://android.googlesource.com/platform/bionic/+/master/libc/kernel/uapi/linux/if_ether.h
+// from https://android.googlesource.com/
1076
+// platform/bionic/+/master/libc/kernel/uapi/linux/if_ether.h
1077
pub const ETH_ALEN: ::c_int = 6;
1078
pub const ETH_HLEN: ::c_int = 14;
1079
pub const ETH_ZLEN: ::c_int = 60;
0 commit comments