Page MenuHomeFreeBSD

inpcb: use family specific sockaddr argument for connect functions
ClosedPublic

Authored by glebius on Feb 2 2023, 8:14 PM.
Tags
None
Referenced Files
F131816152: D38356.id116359.diff
Sat, Oct 11, 10:03 AM
F131816151: D38356.id116440.diff
Sat, Oct 11, 10:03 AM
F131816146: D38356.id.diff
Sat, Oct 11, 10:03 AM
F131777657: D38356.diff
Sat, Oct 11, 2:17 AM
Unknown Object (File)
Thu, Oct 2, 11:46 PM
Unknown Object (File)
Sun, Sep 28, 12:47 PM
Unknown Object (File)
Fri, Sep 26, 1:42 PM
Unknown Object (File)
Tue, Sep 16, 4:05 PM
Subscribers

Details

Summary

Do the cast from sockaddr to either IPv4 or IPv6 sockaddr in the
protocol's pr_connect method and from there on go down the call
stack with family specific argument.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable