Skip to main content

raw_socket/ffi/
linux.rs

1// Copyright (C) 2020 - Will Glozer. All rights reserved.
2
3use libc::c_int;
4
5pub const IPV6_CHECKSUM:     c_int = libc::IPV6_CHECKSUM;
6pub const IPV6_RECVHOPLIMIT: c_int = 51;
7pub const IPV6_HOPLIMIT:     c_int = 52;
8pub const IPV6_RECVPATHMTU:  c_int = 60;
9pub const IPV6_PATHMTU:      c_int = 61;