// Copyright (C) 2020 - Will Glozer. All rights reserved.
use c_int;
pub const IPV6_CHECKSUM: c_int = IPV6_CHECKSUM;
pub const IPV6_RECVHOPLIMIT: c_int = IPV6_RECVHOPLIMIT;
pub const IPV6_HOPLIMIT: c_int = IPV6_HOPLIMIT;
pub const IPV6_RECVPATHMTU: c_int = IPV6_RECVPATHMTU;
pub const IPV6_PATHMTU: c_int = IPV6_PATHMTU;