File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -1833,6 +1833,25 @@ pub const RTA_PAD: ::c_ushort = 24;
1833
1833
pub const RTA_UID : :: c_ushort = 25 ;
1834
1834
pub const RTA_TTL_PROPAGATE : :: c_ushort = 26 ;
1835
1835
1836
+ pub const RTN_UNSPEC : :: c_uchar = 0 ;
1837
+ pub const RTN_UNICAST : :: c_uchar = 1 ;
1838
+ pub const RTN_LOCAL : :: c_uchar = 2 ;
1839
+ pub const RTN_BROADCAST : :: c_uchar = 3 ;
1840
+ pub const RTN_ANYCAST : :: c_uchar = 4 ;
1841
+ pub const RTN_MULTICAST : :: c_uchar = 5 ;
1842
+ pub const RTN_BLACKHOLE : :: c_uchar = 6 ;
1843
+ pub const RTN_UNREACHABLE : :: c_uchar = 7 ;
1844
+ pub const RTN_PROHIBIT : :: c_uchar = 8 ;
1845
+ pub const RTN_THROW : :: c_uchar = 9 ;
1846
+ pub const RTN_NAT : :: c_uchar = 10 ;
1847
+ pub const RTN_XRESOLVE : :: c_uchar = 11 ;
1848
+
1849
+ pub const RTPROT_UNSPEC : :: c_uchar = 0 ;
1850
+ pub const RTPROT_REDIRECT : :: c_uchar = 1 ;
1851
+ pub const RTPROT_KERNEL : :: c_uchar = 2 ;
1852
+ pub const RTPROT_BOOT : :: c_uchar = 3 ;
1853
+ pub const RTPROT_STATIC : :: c_uchar = 4 ;
1854
+
1836
1855
pub const RTMSG_OVERRUN : u32 = :: NLMSG_OVERRUN as u32 ;
1837
1856
pub const RTMSG_NEWDEVICE : u32 = 0x11 ;
1838
1857
pub const RTMSG_DELDEVICE : u32 = 0x12 ;
You can’t perform that action at this time.
0 commit comments