Page MenuHomeFreeBSD

inpcb: Make some cosmetic improvements to in_pcbbind()
ClosedPublic

Authored by markj on Nov 5 2024, 4:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 8, 7:25 PM
Unknown Object (File)
Wed, Mar 4, 7:05 AM
Unknown Object (File)
Sat, Feb 28, 6:26 PM
Unknown Object (File)
Thu, Feb 26, 11:29 PM
Unknown Object (File)
Feb 8 2026, 3:42 AM
Unknown Object (File)
Jan 31 2026, 12:08 PM
Unknown Object (File)
Jan 31 2026, 5:22 AM
Unknown Object (File)
Jan 25 2026, 3:06 AM
Subscribers

Details

Summary
  • Use the local var "laddr" instead of sin->sin_addr in one block.
  • Use in_nullhost() instead of explicit comparisons with INADDR_ANY.
  • Combine multiple socket options checks into one.
  • Fix indentation.
  • Remove some unhelpful comments.

This is in preparation for some simplification and bug-fixing.

No functional change intended.

Sponsored by: Klara, Inc.
Sponsored by: Stormshield

Diff Detail

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