We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2e250e + da16adf commit 83c3044Copy full SHA for 83c3044
src/unix/linux_like/mod.rs
@@ -778,6 +778,7 @@ pub const IP_PKTINFO: ::c_int = 8;
778
pub const IP_MTU_DISCOVER: ::c_int = 10;
779
pub const IP_RECVTOS: ::c_int = 13;
780
pub const IP_RECVERR: ::c_int = 11;
781
+pub const IP_FREEBIND: ::c_int = 15;
782
pub const IP_ADD_MEMBERSHIP: ::c_int = 35;
783
pub const IP_DROP_MEMBERSHIP: ::c_int = 36;
784
pub const IP_ADD_SOURCE_MEMBERSHIP: ::c_int = 39;
0 commit comments