Page MenuHomeFreeBSD

inpcb: Make some cosmetic improvements to in_pcbbind()
Needs ReviewPublic

Authored by markj on Tue, Nov 5, 4:27 PM.

Details

Reviewers
glebius
Group Reviewers
network
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 60403
Build 57287: arc lint + arc unit