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.
2 parents 48a305a + 49c8a1d commit d453f92Copy full SHA for d453f92
src/unix/linux_like/linux/mod.rs
@@ -2766,6 +2766,7 @@ pub const SIOCGIFMEM: ::c_ulong = 0x0000891F;
2766
pub const SIOCSIFMEM: ::c_ulong = 0x00008920;
2767
pub const SIOCGIFMTU: ::c_ulong = 0x00008921;
2768
pub const SIOCSIFMTU: ::c_ulong = 0x00008922;
2769
+pub const SIOCSIFNAME: ::c_ulong = 0x00008923;
2770
pub const SIOCSIFHWADDR: ::c_ulong = 0x00008924;
2771
pub const SIOCGIFENCAP: ::c_ulong = 0x00008925;
2772
pub const SIOCSIFENCAP: ::c_ulong = 0x00008926;
0 commit comments