diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-15 11:25:55 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-15 11:27:04 +0200 |
commit | af6e07dad78dd6367e81d5a4fec7056f1af3e806 (patch) | |
tree | 70c8db8af0788f52e5978f32ef7a065cc4d16466 /bits/in.h | |
parent | 453b88efe6fa79f5c7c6fccc3a520c75fdd43074 (diff) | |
download | glibc-af6e07dad78dd6367e81d5a4fec7056f1af3e806.zip glibc-af6e07dad78dd6367e81d5a4fec7056f1af3e806.tar.gz glibc-af6e07dad78dd6367e81d5a4fec7056f1af3e806.tar.bz2 |
non-linux: bits/in.h: Add more RFC options
Diffstat (limited to 'bits/in.h')
-rw-r--r-- | bits/in.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |