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.
AF_UNSPEC = 0
1 parent 25fa81f commit 674aa06Copy full SHA for 674aa06
hermit-abi/src/lib.rs
@@ -86,6 +86,7 @@ pub struct timeval {
86
/// The largest number `rand` will return
87
pub const RAND_MAX: i32 = 2_147_483_647;
88
89
+pub const AF_UNSPEC: i32 = 0;
90
/// Socket address family: IPv4
91
pub const AF_INET: i32 = 0;
92
/// Socket address family: IPv6
0 commit comments