File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ pub const IP_MULTICAST_IF: ::c_int = 9;
183
183
pub const IP_MULTICAST_TTL : :: c_int = 10 ;
184
184
pub const IP_MULTICAST_LOOP : :: c_int = 11 ;
185
185
186
+ pub const IPV6_UNICAST_HOPS : :: c_int = 4 ;
186
187
pub const IPV6_MULTICAST_IF : :: c_int = 9 ;
187
188
pub const IPV6_MULTICAST_HOPS : :: c_int = 10 ;
188
189
pub const IPV6_MULTICAST_LOOP : :: c_int = 11 ;
Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ pub const IP_HDRINCL: ::c_int = 3;
576
576
pub const IP_ADD_MEMBERSHIP : :: c_int = 35 ;
577
577
pub const IP_DROP_MEMBERSHIP : :: c_int = 36 ;
578
578
pub const IP_TRANSPARENT : :: c_int = 19 ;
579
+ pub const IPV6_UNICAST_HOPS : :: c_int = 16 ;
579
580
pub const IPV6_MULTICAST_IF : :: c_int = 17 ;
580
581
pub const IPV6_MULTICAST_HOPS : :: c_int = 18 ;
581
582
pub const IPV6_MULTICAST_LOOP : :: c_int = 19 ;
You can’t perform that action at this time.
0 commit comments