* fix ipv6_ constants in unxsockh. bug 29111 Apparently changed since 2005

This commit is contained in:
marcoonthegit 2022-05-15 18:22:18 +02:00
parent 0d74752b1f
commit 41704feab4

View File

@ -326,17 +326,17 @@ const
The first word in the comment at the right is the data type used;
"bool" means a boolean value stored in an int'. }
IPV6_ADDRFORM = 1;
IPV6_PKTINFO = 2;
IPV6_HOPOPTS = 3;
IPV6_DSTOPTS = 4;
IPV6_RTHDR = 5;
IPV6_PKTINFO = 50;
IPV6_HOPOPTS = 54;
IPV6_DSTOPTS = 59;
IPV6_RTHDR = 57;
IPV6_RXSRCRT = IPV6_RTHDR;
//this may be an old name, I couldn't find it in my include files but
//I found it with google. It may have been depreciated because I only
//saw it in earlier files.
IPV6_PKTOPTIONS = 6;
IPV6_CHECKSUM = 7;
IPV6_HOPLIMIT = 8;
IPV6_HOPLIMIT = 52;
SCM_SRCRT = IPV6_RXSRCRT;