Skip to content

Commit 26c34b7

Browse files
committed
No IP_RECVTOS for DragonFlyBSD
1 parent 948f2ab commit 26c34b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ pub const TCP_PCAP_OUT: ::c_int = 2048;
803803
pub const TCP_PCAP_IN: ::c_int = 4096;
804804

805805
pub const IP_BINDANY: ::c_int = 24;
806+
pub const IP_RECVTOS: ::c_int = 68;
806807

807808
pub const PF_SLOW: ::c_int = AF_SLOW;
808809
pub const PF_SCLUSTER: ::c_int = AF_SCLUSTER;

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ pub const IP_RECVDSTADDR: ::c_int = 7;
664664
pub const IP_SENDSRCADDR: ::c_int = IP_RECVDSTADDR;
665665
pub const IP_ADD_MEMBERSHIP: ::c_int = 12;
666666
pub const IP_DROP_MEMBERSHIP: ::c_int = 13;
667-
pub const IP_RECVTOS: ::c_int = 68;
668667
pub const IPV6_JOIN_GROUP: ::c_int = 12;
669668
pub const IPV6_LEAVE_GROUP: ::c_int = 13;
670669
pub const IPV6_RECVPKTINFO: ::c_int = 36;

0 commit comments

Comments
 (0)