Home
last modified time | relevance | path

Searched refs:RTF_MTU (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Droute.h57 #define RTF_MTU 0x0040 /* specific MTU for this route */ macro
58 #define RTF_MSS RTF_MTU /* Compatibility :-( */
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2203 pub const RTF_MTU: ::c_ushort = 0x0040; constant
2204 pub const RTF_MSS: ::c_ushort = RTF_MTU;