File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2249,6 +2249,7 @@ pub const IP_PKTINFO: ::c_int = 26;
2249
2249
pub const IP_RECVTOS : :: c_int = 27 ;
2250
2250
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
2251
2251
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
2252
+ pub const IPV6_CHECKSUM : :: c_int = 26 ;
2252
2253
pub const IPV6_RECVTCLASS : :: c_int = 35 ;
2253
2254
pub const IPV6_TCLASS : :: c_int = 36 ;
2254
2255
pub const IPV6_PKTINFO : :: c_int = 46 ;
Original file line number Diff line number Diff line change @@ -757,6 +757,7 @@ pub const IP_DROP_MEMBERSHIP: ::c_int = 13;
757
757
pub const IP_RECVIF : :: c_int = 20 ;
758
758
pub const IPV6_JOIN_GROUP : :: c_int = 12 ;
759
759
pub const IPV6_LEAVE_GROUP : :: c_int = 13 ;
760
+ pub const IPV6_CHECKSUM : :: c_int = 26 ;
760
761
pub const IPV6_RECVPKTINFO : :: c_int = 36 ;
761
762
pub const IPV6_PKTINFO : :: c_int = 46 ;
762
763
pub const IPV6_RECVTCLASS : :: c_int = 57 ;
You can’t perform that action at this time.
0 commit comments