mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
non-linux: bits/in.h: Add more RFC options
This commit is contained in:
parent
453b88efe6
commit
af6e07dad7
10
bits/in.h
10
bits/in.h
@ -104,6 +104,16 @@ struct ip_opts
|
||||
#define IPV6_PATHMTU 61
|
||||
#define IPV6_DONTFRAG 62
|
||||
|
||||
/* Advanced API (RFC3542) (2). */
|
||||
#define IPV6_RECVTCLASS 66
|
||||
#define IPV6_TCLASS 67
|
||||
|
||||
/* RFC5014. */
|
||||
#define IPV6_ADDR_PREFERENCES 72
|
||||
|
||||
/* RFC5082. */
|
||||
#define IPV6_MINHOPCOUNT 73
|
||||
|
||||
/* Obsolete synonyms for the above. */
|
||||
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
|
||||
#define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP
|
||||
|
Loading…
Reference in New Issue
Block a user