]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cleanup the defintion of struct sctp_getaddresses. This stucture
authortuexen <tuexen@FreeBSD.org>
Sun, 21 Jun 2020 23:12:56 +0000 (23:12 +0000)
committertuexen <tuexen@FreeBSD.org>
Sun, 21 Jun 2020 23:12:56 +0000 (23:12 +0000)
commit9ca16aaaa1a945610d84bdf0352f686b2a2f8e5b
tree0abfcc6fab71c29b6112d465adfebdc13fee26d1
parentb087d18876810efab24c3d7f3269c36473cfb268
Cleanup the defintion of struct sctp_getaddresses. This stucture
is used by the IPPROTO_SCTP level socket options SCTP_GET_PEER_ADDRESSES
and SCTP_GET_LOCAL_ADDRESSES, which are used by libc to implement
sctp_getladdrs() and sctp_getpaddrs().
These changes allow an old libc to work on a newer kernel.
lib/libc/net/sctp_sys_calls.c
sys/netinet/sctp_uio.h
sys/netinet/sctp_usrreq.c