Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
1aab360f
Commit
1aab360f
authored
6 years ago
by
John Baublitz
Browse files
Options
Downloads
Patches
Plain Diff
RT_SCOPE_ consts
parent
62ef1b76
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/notbsd/linux/mod.rs
+6
-0
6 additions, 0 deletions
src/unix/notbsd/linux/mod.rs
with
6 additions
and
0 deletions
src/unix/notbsd/linux/mod.rs
+
6
−
0
View file @
1aab360f
...
...
@@ -1852,6 +1852,12 @@ pub const RTPROT_KERNEL: ::c_uchar = 2;
pub
const
RTPROT_BOOT
:
::
c_uchar
=
3
;
pub
const
RTPROT_STATIC
:
::
c_uchar
=
4
;
pub
const
RT_SCOPE_UNIVERSE
:
::
c_uchar
=
0
;
pub
const
RT_SCOPE_SITE
:
::
c_uchar
=
200
;
pub
const
RT_SCOPE_LINK
:
::
c_uchar
=
253
;
pub
const
RT_SCOPE_HOST
:
::
c_uchar
=
254
;
pub
const
RT_SCOPE_NOWHERE
:
::
c_uchar
=
255
;
pub
const
RTMSG_OVERRUN
:
u32
=
::
NLMSG_OVERRUN
as
u32
;
pub
const
RTMSG_NEWDEVICE
:
u32
=
0x11
;
pub
const
RTMSG_DELDEVICE
:
u32
=
0x12
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment