File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1533,6 +1533,7 @@ pub const RTM_VERSION: ::c_int = 7;
1533
1533
pub const RTAX_MPLS1 : :: c_int = 8 ;
1534
1534
pub const RTAX_MPLS2 : :: c_int = 9 ;
1535
1535
pub const RTAX_MPLS3 : :: c_int = 10 ;
1536
+ pub const RTAX_MAX : :: c_int = 11 ;
1536
1537
1537
1538
const_fn ! {
1538
1539
{ const } fn _CMSG_ALIGN( n: usize ) -> usize {
Original file line number Diff line number Diff line change @@ -4561,6 +4561,8 @@ pub const RTF_FIXEDMTU: ::c_int = 0x80000;
4561
4561
4562
4562
pub const RTM_VERSION : :: c_int = 5 ;
4563
4563
4564
+ pub const RTAX_MAX : :: c_int = 8 ;
4565
+
4564
4566
// sys/signal.h
4565
4567
pub const SIGTHR : :: c_int = 32 ;
4566
4568
pub const SIGLWP : :: c_int = SIGTHR ;
Original file line number Diff line number Diff line change @@ -2439,6 +2439,7 @@ pub const RTM_CHGADDR: ::c_int = 0x18;
2439
2439
pub const RTA_TAG : :: c_int = 0x100 ;
2440
2440
2441
2441
pub const RTAX_TAG : :: c_int = 8 ;
2442
+ pub const RTAX_MAX : :: c_int = 9 ;
2442
2443
2443
2444
cfg_if ! {
2444
2445
Original file line number Diff line number Diff line change @@ -1962,6 +1962,7 @@ pub const RTAX_BFD: ::c_int = 11;
1962
1962
pub const RTAX_DNS : :: c_int = 12 ;
1963
1963
pub const RTAX_STATIC : :: c_int = 13 ;
1964
1964
pub const RTAX_SEARCH : :: c_int = 14 ;
1965
+ pub const RTAX_MAX : :: c_int = 15 ;
1965
1966
1966
1967
const_fn ! {
1967
1968
{ const } fn _ALIGN( p: usize ) -> usize {
You can’t perform that action at this time.
0 commit comments