Skip to content

Commit 0a975d9

Browse files
committed
2 parents c7619f7 + a829a10 commit 0a975d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/fuchsia/mod.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,14 +1769,17 @@ pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP;
17691769

17701770
pub const SOCK_RAW: ::c_int = 3;
17711771
pub const SOCK_RDM: ::c_int = 4;
1772+
1773+
pub const IP_TTL: ::c_int = 2;
1774+
pub const IP_HDRINCL: ::c_int = 3;
1775+
pub const IP_FREEBIND: ::c_int = 15;
1776+
pub const IP_TRANSPARENT: ::c_int = 19;
17721777
pub const IP_MULTICAST_IF: ::c_int = 32;
17731778
pub const IP_MULTICAST_TTL: ::c_int = 33;
17741779
pub const IP_MULTICAST_LOOP: ::c_int = 34;
1775-
pub const IP_TTL: ::c_int = 2;
1776-
pub const IP_HDRINCL: ::c_int = 3;
17771780
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
17781781
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
1779-
pub const IP_TRANSPARENT: ::c_int = 19;
1782+
17801783
pub const IPV6_UNICAST_HOPS: ::c_int = 16;
17811784
pub const IPV6_MULTICAST_IF: ::c_int = 17;
17821785
pub const IPV6_MULTICAST_HOPS: ::c_int = 18;

0 commit comments

Comments
 (0)