]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r362451:
authorMichael Tuexen <tuexen@FreeBSD.org>
Mon, 24 Aug 2020 08:19:25 +0000 (08:19 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Mon, 24 Aug 2020 08:19:25 +0000 (08:19 +0000)
commita5869037f30ca2a0e4b30a1699566da212262aa4
tree2de462772016bce71173dc42645a1679f0035e3d
parentcfac6e3c065a22024a844df828de1db45c82bd15
MFC r362451:
Use a struct sockaddr_in or struct sockaddr_in6 as the option value
for the IPPROTO_SCTP level socket options SCTP_BINDX_ADD_ADDR and
SCTP_BINDX_REM_ADDR. These socket option are intended for internal
use only to implement sctp_bindx().
This is one user of struct sctp_getaddresses less.
struct sctp_getaddresses is strange and will be changed shortly.
lib/libc/net/sctp_sys_calls.c
sys/netinet/sctp_usrreq.c