File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1418,6 +1418,7 @@ impl Socket {
1418
1418
/// incoming packets. It contains a byte which specifies the
1419
1419
/// Type of Service/Precedence field of the packet header.
1420
1420
#[ cfg( not( any(
1421
+ target_os = "dragonfly" ,
1421
1422
target_os = "fuchsia" ,
1422
1423
target_os = "illumos" ,
1423
1424
target_os = "netbsd" ,
@@ -1444,6 +1445,7 @@ impl Socket {
1444
1445
///
1445
1446
/// [`set_recv_tos`]: Socket::set_recv_tos
1446
1447
#[ cfg( not( any(
1448
+ target_os = "dragonfly" ,
1447
1449
target_os = "fuchsia" ,
1448
1450
target_os = "illumos" ,
1449
1451
target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ pub(crate) use libc::{MSG_TRUNC, SO_OOBINLINE};
75
75
#[ cfg( all( feature = "all" , not( target_os = "redox" ) ) ) ]
76
76
pub ( crate ) use libc:: IP_HDRINCL ;
77
77
#[ cfg( not( any(
78
+ target_os = "dragonfly" ,
78
79
target_os = "fuchsia" ,
79
80
target_os = "illumos" ,
80
81
target_os = "netbsd" ,
Original file line number Diff line number Diff line change @@ -1186,6 +1186,7 @@ test!(IPv4 ttl, set_ttl(40));
1186
1186
test ! ( IPv4 tos, set_tos( 96 ) ) ;
1187
1187
1188
1188
#[ cfg( not( any(
1189
+ target_os = "dragonfly" ,
1189
1190
target_os = "fuchsia" ,
1190
1191
target_os = "illumos" ,
1191
1192
target_os = "netbsd" ,
@@ -1244,6 +1245,7 @@ fn join_leave_multicast_v4_n() {
1244
1245
1245
1246
#[ test]
1246
1247
#[ cfg( not( any(
1248
+ target_os = "dragonfly" ,
1247
1249
target_os = "haiku" ,
1248
1250
target_os = "netbsd" ,
1249
1251
target_os = "redox" ,
You can’t perform that action at this time.
0 commit comments