Skip to content

Commit 75df0e1

Browse files
committed
Add more FreeBSD IPv6 constants
1 parent 5d91cb3 commit 75df0e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unix/newlib/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,10 @@ pub const IPV6_MULTICAST_IF: ::c_int = 9;
534534
pub const IPV6_MULTICAST_HOPS: ::c_int = 10;
535535
pub const IPV6_MULTICAST_LOOP: ::c_int = 11;
536536
pub const IPV6_V6ONLY: ::c_int = 27;
537+
pub const IPV6_JOIN_GROUP ::c_int = 12;
538+
pub const IPV6_LEAVE_GROUP ::c_int = 13;
539+
pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12;
540+
pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13;
537541

538542
pub const HOST_NOT_FOUND: ::c_int = 1;
539543
pub const NO_DATA: ::c_int = 2;

0 commit comments

Comments
 (0)