Skip to content

Commit 34527ca

Browse files
sungwonchoJohnTitor
authored andcommitted
Add IP_MINTTL to bsd
1 parent 17ba5c1 commit 34527ca

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

libc-test/semver/dragonfly.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ IPV6_RECVPKTINFO
500500
IPV6_RECVTCLASS
501501
IPV6_TCLASS
502502
IP_HDRINCL
503+
IP_MINTTL
503504
IP_RECVDSTADDR
504505
IP_RECVIF
505506
IP_RECVTTL

libc-test/semver/freebsd.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ IP_BINDANY
663663
IP_BINDMULTI
664664
IP_DONTFRAG
665665
IP_HDRINCL
666+
IP_MINTTL
666667
IP_ORIGDSTADDR
667668
IP_RECVDSTADDR
668669
IP_RECVIF

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,7 @@ pub const IP_ADD_MEMBERSHIP: c_int = 12;
935935
pub const IP_DROP_MEMBERSHIP: c_int = 13;
936936
pub const IP_RECVIF: c_int = 20;
937937
pub const IP_RECVTTL: c_int = 65;
938+
pub const IP_MINTTL: c_int = 66;
938939
pub const IPV6_RECVHOPLIMIT: c_int = 37;
939940
pub const IPV6_JOIN_GROUP: c_int = 12;
940941
pub const IPV6_LEAVE_GROUP: c_int = 13;

0 commit comments

Comments
 (0)