index
:
nitrocli
devel
master
nitrokey-v0.8.0
otp-cache
output-formats
status
Robin Krahl's fork of nitrocli
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
src
/
unix
/
no_align.rs
blob: f6b9f4c12d4bab7e069ff89b08f878362b31d98e (
plain
)
1
2
3
4
5
6
s
!
{
pub
struct
in6_addr
{
pub
s6_addr
:
[
u8
;
16
],
__align
:
[
u32
;
0
],
}
}