File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -474,6 +474,9 @@ pub const SIG_BLOCK: ::c_int = 1;
474
474
pub const SIG_UNBLOCK : :: c_int = 2 ;
475
475
pub const SIG_SETMASK : :: c_int = 3 ;
476
476
477
+ pub const IPV6_UNICAST_HOPS : :: c_int = 0x5 ;
478
+ pub const IPV6_MULTICAST_IF : :: c_int = 0x6 ;
479
+ pub const IPV6_MULTICAST_HOPS : :: c_int = 0x7 ;
477
480
pub const IPV6_MULTICAST_LOOP : :: c_int = 0x8 ;
478
481
pub const IPV6_V6ONLY : :: c_int = 0x27 ;
479
482
@@ -849,6 +852,7 @@ pub const SOCK_STREAM: ::c_int = 2;
849
852
pub const SOCK_RAW : :: c_int = 4 ;
850
853
pub const SOCK_RDM : :: c_int = 5 ;
851
854
pub const SOCK_SEQPACKET : :: c_int = 6 ;
855
+ pub const IP_MULTICAST_IF : :: c_int = 16 ;
852
856
pub const IP_MULTICAST_TTL : :: c_int = 17 ;
853
857
pub const IP_MULTICAST_LOOP : :: c_int = 18 ;
854
858
pub const IP_TTL : :: c_int = 4 ;
You can’t perform that action at this time.
0 commit comments