Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
1629e860
Commit
1629e860
authored
Feb 13, 2015
by
Tomoyuki Sahara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add IPv6 constants defined in RFC3493.
parent
e4006cb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
src/const.cstub
src/const.cstub
+21
-0
src/const.def
src/const.def
+8
-0
No files found.
src/const.cstub
View file @
1629e860
...
...
@@ -175,6 +175,27 @@
#ifdef IP_XFRM_POLICY
define_const(IP_XFRM_POLICY);
#endif
#ifdef IPV6_JOIN_GROUP
define_const(IPV6_JOIN_GROUP);
#endif
#ifdef IPV6_LEAVE_GROUP
define_const(IPV6_LEAVE_GROUP);
#endif
#ifdef IPV6_MULTICAST_HOPS
define_const(IPV6_MULTICAST_HOPS);
#endif
#ifdef IPV6_MULTICAST_IF
define_const(IPV6_MULTICAST_IF);
#endif
#ifdef IPV6_MULTICAST_LOOP
define_const(IPV6_MULTICAST_LOOP);
#endif
#ifdef IPV6_UNICAST_HOPS
define_const(IPV6_UNICAST_HOPS);
#endif
#ifdef IPV6_V6ONLY
define_const(IPV6_V6ONLY);
#endif
#ifdef IPPROTO_AH
define_const(IPPROTO_AH);
#endif
...
...
src/const.def
View file @
1629e860
...
...
@@ -60,6 +60,14 @@ IP_TTL
IP_UNBLOCK_SOURCE
IP_XFRM_POLICY
IPV6_JOIN_GROUP
IPV6_LEAVE_GROUP
IPV6_MULTICAST_HOPS
IPV6_MULTICAST_IF
IPV6_MULTICAST_LOOP
IPV6_UNICAST_HOPS
IPV6_V6ONLY
IPPROTO_AH
IPPROTO_DSTOPTS
IPPROTO_ESP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment