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
Unknown Object (File)
Mon, Oct 13, 11:06 PM
Unknown Object (File)
Sat, Oct 11, 10:03 AM
Unknown Object (File)
Sat, Oct 11, 10:03 AM
Unknown Object (File)
Sat, Oct 11, 10:03 AM
Unknown Object (File)
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
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