Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
3874b98c
Commit
3874b98c
authored
Sep 10, 2005
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge
git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542
parents
41c29dd1
dd27466d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
20 deletions
+36
-20
include/linux/in6.h
include/linux/in6.h
+36
-20
No files found.
include/linux/in6.h
View file @
3874b98c
...
@@ -198,27 +198,43 @@ struct in6_flowlabel_req
...
@@ -198,27 +198,43 @@ struct in6_flowlabel_req
* MCAST_MSFILTER 48
* MCAST_MSFILTER 48
*/
*/
/* RFC3542 advanced socket options (50-67) */
/*
#define IPV6_RECVPKTINFO 50
* Advanced API (RFC3542) (1)
#define IPV6_PKTINFO 51
*
#if 0
* Note: IPV6_RECVRTHDRDSTOPTS does not exist. see net/ipv6/datagram.c.
#define IPV6_RECVPATHMTU 52
*/
#define IPV6_PATHMTU 53
#define IPV6_DONTFRAG 54
#define IPV6_RECVPKTINFO 49
#define IPV6_USE_MIN_MTU 55
#define IPV6_PKTINFO 50
#endif
#define IPV6_RECVHOPLIMIT 51
#define IPV6_RECVHOPOPTS 56
#define IPV6_HOPLIMIT 52
#define IPV6_HOPOPTS 57
#define IPV6_RECVHOPOPTS 53
#if 0
#define IPV6_HOPOPTS 54
#define IPV6_RECVRTHDRDSTOPTS 58 /* Unused, see net/ipv6/datagram.c */
#define IPV6_RTHDRDSTOPTS 55
#define IPV6_RECVRTHDR 56
#define IPV6_RTHDR 57
#define IPV6_RECVDSTOPTS 58
#define IPV6_DSTOPTS 59
#if 0 /* not yet */
#define IPV6_RECVPATHMTU 60
#define IPV6_PATHMTU 61
#define IPV6_DONTFRAG 62
#define IPV6_USE_MIN_MTU 63
#endif
#endif
#define IPV6_RTHDRDSTOPTS 59
#define IPV6_RECVRTHDR 60
/*
#define IPV6_RTHDR 61
* Netfilter
#define IPV6_RECVDSTOPTS 62
*
#define IPV6_DSTOPTS 63
* Following socket options are used in ip6_tables;
#define IPV6_RECVHOPLIMIT 64
* see include/linux/netfilter_ipv6/ip6_tables.h.
#define IPV6_HOPLIMIT 65
*
* IP6T_SO_SET_REPLACE / IP6T_SO_GET_INFO 64
* IP6T_SO_SET_ADD_COUNTERS / IP6T_SO_GET_ENTRIES 65
*/
/*
* Advanced API (RFC3542) (2)
*/
#define IPV6_RECVTCLASS 66
#define IPV6_RECVTCLASS 66
#define IPV6_TCLASS 67
#define IPV6_TCLASS 67
...
...
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