File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1768,14 +1768,17 @@ pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP;
1768
1768
1769
1769
pub const SOCK_RAW : :: c_int = 3 ;
1770
1770
pub const SOCK_RDM : :: c_int = 4 ;
1771
+
1772
+ pub const IP_TTL : :: c_int = 2 ;
1773
+ pub const IP_HDRINCL : :: c_int = 3 ;
1774
+ pub const IP_FREEBIND : :: c_int = 15 ;
1775
+ pub const IP_TRANSPARENT : :: c_int = 19 ;
1771
1776
pub const IP_MULTICAST_IF : :: c_int = 32 ;
1772
1777
pub const IP_MULTICAST_TTL : :: c_int = 33 ;
1773
1778
pub const IP_MULTICAST_LOOP : :: c_int = 34 ;
1774
- pub const IP_TTL : :: c_int = 2 ;
1775
- pub const IP_HDRINCL : :: c_int = 3 ;
1776
1779
pub const IP_ADD_MEMBERSHIP : :: c_int = 35 ;
1777
1780
pub const IP_DROP_MEMBERSHIP : :: c_int = 36 ;
1778
- pub const IP_TRANSPARENT : :: c_int = 19 ;
1781
+
1779
1782
pub const IPV6_UNICAST_HOPS : :: c_int = 16 ;
1780
1783
pub const IPV6_MULTICAST_IF : :: c_int = 17 ;
1781
1784
pub const IPV6_MULTICAST_HOPS : :: c_int = 18 ;
You can’t perform that action at this time.
0 commit comments