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, Apr 6, 4:23 PM
Unknown Object (File)
Mon, Mar 23, 8:09 PM
Unknown Object (File)
Sun, Mar 15, 5:49 PM
Unknown Object (File)
Mar 9 2026, 6:21 PM
Unknown Object (File)
Mar 5 2026, 8:53 PM
Unknown Object (File)
Feb 8 2026, 8:08 AM
Unknown Object (File)
Feb 8 2026, 5:31 AM
Unknown Object (File)
Feb 5 2026, 1:59 AM
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