We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff5a87 + a839ecc commit 263c191Copy full SHA for 263c191
libc-test/semver/freebsd.txt
@@ -2251,3 +2251,5 @@ closefrom
2251
close_range
2252
eventfd_read
2253
eventfd_write
2254
+IP_RECVTTL
2255
+IPV6_RECVHOPLIMIT
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -3609,6 +3609,8 @@ pub const IP_RSS_LISTEN_BUCKET: ::c_int = 26;
3609
pub const IP_ORIGDSTADDR: ::c_int = 27;
3610
pub const IP_RECVORIGDSTADDR: ::c_int = IP_ORIGDSTADDR;
3611
3612
+pub const IP_RECVTTL: ::c_int = 65;
3613
+pub const IPV6_RECVHOPLIMIT: ::c_int = 37;
3614
pub const IP_DONTFRAG: ::c_int = 67;
3615
pub const IP_RECVTOS: ::c_int = 68;
3616
0 commit comments