Skip to content
Snippets Groups Projects
Commit 75df0e19 authored by leo60228's avatar leo60228
Browse files

Add more FreeBSD IPv6 constants

parent 5d91cb34
No related branches found
No related tags found
No related merge requests found
...@@ -534,6 +534,10 @@ pub const IPV6_MULTICAST_IF: ::c_int = 9; ...@@ -534,6 +534,10 @@ pub const IPV6_MULTICAST_IF: ::c_int = 9;
pub const IPV6_MULTICAST_HOPS: ::c_int = 10; pub const IPV6_MULTICAST_HOPS: ::c_int = 10;
pub const IPV6_MULTICAST_LOOP: ::c_int = 11; pub const IPV6_MULTICAST_LOOP: ::c_int = 11;
pub const IPV6_V6ONLY: ::c_int = 27; pub const IPV6_V6ONLY: ::c_int = 27;
pub const IPV6_JOIN_GROUP ::c_int = 12;
pub const IPV6_LEAVE_GROUP ::c_int = 13;
pub const IPV6_ADD_MEMBERSHIP: ::c_int = 12;
pub const IPV6_DROP_MEMBERSHIP: ::c_int = 13;
pub const HOST_NOT_FOUND: ::c_int = 1; pub const HOST_NOT_FOUND: ::c_int = 1;
pub const NO_DATA: ::c_int = 2; pub const NO_DATA: ::c_int = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment