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.
1 parent ff2e147 commit 3aed43eCopy full SHA for 3aed43e
src/unix/solarish/mod.rs
@@ -132,6 +132,17 @@ s! {
132
pub ipi6_ifindex: c_uint,
133
}
134
135
+ pub struct in_pktinfo {
136
+ pub ipi_ifindex: ::c_uint,
137
+ pub ipi_spec_dst: ::in_addr,
138
+ pub ipi_addr: ::in_addr,
139
+ }
140
+
141
+ pub struct in6_pktinfo {
142
+ pub ipi6_addr: ::in6_addr,
143
+ pub ipi6_ifindex: ::c_uint,
144
145
146
pub struct passwd {
147
pub pw_name: *mut c_char,
148
pub pw_passwd: *mut c_char,
0 commit comments