bz be19ea6cb3 netinet*: variable cleanup
In preparation for another change factor out various variable cleanups.
These mainly include:
(1) do not assign values to variables during declaration:  this makes
    the code more readable and does allow for better grouping of
    variable declarations,
(2) do not assign values to variables before need; e.g., if a variable
    is only used in the 2nd half of a function and we have multiple
    return paths before that, then do not set it before it is needed, and
(3) try to avoid assigning the same value multiple times.

MFC after:	3 weeks
Sponsored by:	Netflix
2019-11-07 18:29:51 +00:00
..
2019-11-07 18:29:51 +00:00
2019-11-07 18:29:51 +00:00
2019-10-07 22:40:05 +00:00
2019-08-02 07:41:36 +00:00
2019-08-02 07:41:36 +00:00
2019-08-02 07:41:36 +00:00
2019-10-07 22:40:05 +00:00
2019-11-07 18:29:51 +00:00
2019-11-07 18:29:51 +00:00
2019-11-07 18:29:51 +00:00
2019-11-07 18:29:51 +00:00
2019-11-07 18:29:51 +00:00
2019-11-07 18:29:51 +00:00