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 @@ -1769,14 +1769,17 @@ pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP;
1769
1769
1770
1770
pub const SOCK_RAW : :: c_int = 3 ;
1771
1771
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 ;
1772
1777
pub const IP_MULTICAST_IF : :: c_int = 32 ;
1773
1778
pub const IP_MULTICAST_TTL : :: c_int = 33 ;
1774
1779
pub const IP_MULTICAST_LOOP : :: c_int = 34 ;
1775
- pub const IP_TTL : :: c_int = 2 ;
1776
- pub const IP_HDRINCL : :: c_int = 3 ;
1777
1780
pub const IP_ADD_MEMBERSHIP : :: c_int = 35 ;
1778
1781
pub const IP_DROP_MEMBERSHIP : :: c_int = 36 ;
1779
- pub const IP_TRANSPARENT : :: c_int = 19 ;
1782
+
1780
1783
pub const IPV6_UNICAST_HOPS : :: c_int = 16 ;
1781
1784
pub const IPV6_MULTICAST_IF : :: c_int = 17 ;
1782
1785
pub const IPV6_MULTICAST_HOPS : :: c_int = 18 ;
You can’t perform that action at this time.
0 commit comments