File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1298,6 +1298,17 @@ pub const IPPROTO_MPLS: ::c_int = 137;
1298
1298
pub const IPPROTO_RAW : :: c_int = 255 ;
1299
1299
pub const IPPROTO_MAX : :: c_int = 256 ;
1300
1300
1301
+ pub const IP_MSFILTER : :: c_int = 41 ;
1302
+ pub const MCAST_JOIN_GROUP : :: c_int = 42 ;
1303
+ pub const MCAST_BLOCK_SOURCE : :: c_int = 43 ;
1304
+ pub const MCAST_UNBLOCK_SOURCE : :: c_int = 44 ;
1305
+ pub const MCAST_LEAVE_GROUP : :: c_int = 45 ;
1306
+ pub const MCAST_JOIN_SOURCE_GROUP : :: c_int = 46 ;
1307
+ pub const MCAST_LEAVE_SOURCE_GROUP : :: c_int = 47 ;
1308
+ pub const MCAST_MSFILTER : :: c_int = 48 ;
1309
+ pub const IP_MULTICAST_ALL : :: c_int = 49 ;
1310
+ pub const IP_UNICAST_IF : :: c_int = 50 ;
1311
+
1301
1312
pub const AF_IB : :: c_int = 27 ;
1302
1313
pub const AF_MPLS : :: c_int = 28 ;
1303
1314
pub const AF_NFC : :: c_int = 39 ;
You can’t perform that action at this time.
0 commit comments