File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1770,10 +1770,10 @@ pub const IP_ADD_MEMBERSHIP: ::c_int = 19;
1770
1770
pub const IP_DROP_MEMBERSHIP : :: c_int = 20 ;
1771
1771
pub const IPV6_JOIN_GROUP : :: c_int = 9 ;
1772
1772
pub const IPV6_LEAVE_GROUP : :: c_int = 10 ;
1773
- pub const IP_ADD_SOURCE_MEMBERSHIP : :: c_int = 70 ;
1774
- pub const IP_DROP_SOURCE_MEMBERSHIP : :: c_int = 71 ;
1775
- pub const IP_BLOCK_SOURCE : :: c_int = 72 ;
1776
- pub const IP_UNBLOCK_SOURCE : :: c_int = 73 ;
1773
+ pub const IP_ADD_SOURCE_MEMBERSHIP : :: c_int = 23 ;
1774
+ pub const IP_DROP_SOURCE_MEMBERSHIP : :: c_int = 24 ;
1775
+ pub const IP_BLOCK_SOURCE : :: c_int = 21 ;
1776
+ pub const IP_UNBLOCK_SOURCE : :: c_int = 22 ;
1777
1777
1778
1778
// These TCP socket options are common between illumos and Solaris, while higher
1779
1779
// numbers have generally diverged:
You can’t perform that action at this time.
0 commit comments