aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@fh-muenster.de>2021-04-25 10:59:59 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-04-25 16:50:21 +0200
commit33592ceefd8b333ec24684777fc4ddcdfe7822f5 (patch)
tree25ebb6e1562074d3a38d0f0de2f02949517ce85b /sys/linux
parent36c88236dfc6146c2c536718c8930886cf31adbe (diff)
sys/freebsd: fix struct sockaddr_storage usage
The size of struct sockaddr_storage is always 128 bytes. So the padding after struct sockaddr_in, which is of size 16, needs to be an array of 14 uint64s. This allows to describe the structures used in the SCTP socket options as unpacked
Diffstat (limited to 'sys/linux')
0 files changed, 0 insertions, 0 deletions