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
1f97fa1d
Commit
1f97fa1d
authored
4 years ago
by
Kenta Tada
Browse files
Options
Downloads
Patches
Plain Diff
Add constants of socket options
Signed-off-by:
Kenta Tada
<
Kenta.Tada@sony.com
>
parent
73b6ef1a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
+19
-0
19 additions, 0 deletions
src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
with
19 additions
and
0 deletions
src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
+
19
−
0
View file @
1f97fa1d
...
@@ -569,6 +569,25 @@ pub const SO_BPF_EXTENSIONS: ::c_int = 48;
...
@@ -569,6 +569,25 @@ pub const SO_BPF_EXTENSIONS: ::c_int = 48;
pub
const
SO_INCOMING_CPU
:
::
c_int
=
49
;
pub
const
SO_INCOMING_CPU
:
::
c_int
=
49
;
pub
const
SO_ATTACH_BPF
:
::
c_int
=
50
;
pub
const
SO_ATTACH_BPF
:
::
c_int
=
50
;
pub
const
SO_DETACH_BPF
:
::
c_int
=
SO_DETACH_FILTER
;
pub
const
SO_DETACH_BPF
:
::
c_int
=
SO_DETACH_FILTER
;
pub
const
SO_ATTACH_REUSEPORT_CBPF
:
::
c_int
=
51
;
pub
const
SO_ATTACH_REUSEPORT_EBPF
:
::
c_int
=
52
;
pub
const
SO_CNX_ADVICE
:
::
c_int
=
53
;
pub
const
SCM_TIMESTAMPING_OPT_STATS
:
::
c_int
=
54
;
pub
const
SO_MEMINFO
:
::
c_int
=
55
;
pub
const
SO_INCOMING_NAPI_ID
:
::
c_int
=
56
;
pub
const
SO_COOKIE
:
::
c_int
=
57
;
pub
const
SCM_TIMESTAMPING_PKTINFO
:
::
c_int
=
58
;
pub
const
SO_PEERGROUPS
:
::
c_int
=
59
;
pub
const
SO_ZEROCOPY
:
::
c_int
=
60
;
pub
const
SO_TXTIME
:
::
c_int
=
61
;
pub
const
SCM_TXTIME
:
::
c_int
=
SO_TXTIME
;
pub
const
SO_BINDTOIFINDEX
:
::
c_int
=
62
;
pub
const
SO_TIMESTAMP_NEW
:
::
c_int
=
63
;
pub
const
SO_TIMESTAMPNS_NEW
:
::
c_int
=
64
;
pub
const
SO_TIMESTAMPING_NEW
:
::
c_int
=
65
;
pub
const
SO_RCVTIMEO_NEW
:
::
c_int
=
66
;
pub
const
SO_SNDTIMEO_NEW
:
::
c_int
=
67
;
pub
const
SO_DETACH_REUSEPORT_BPF
:
::
c_int
=
68
;
pub
const
SOCK_STREAM
:
::
c_int
=
1
;
pub
const
SOCK_STREAM
:
::
c_int
=
1
;
pub
const
SOCK_DGRAM
:
::
c_int
=
2
;
pub
const
SOCK_DGRAM
:
::
c_int
=
2
;
...
...
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