HomeFreeBSD

Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted code

Description

Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted code

There are a few places that use hand crafted versions of the macros
from sys/netinet/in.h making it difficult to actually alter the
values in use by these macros. Correct that by replacing handcrafted
code with proper macro usage.

Reviewed by: karels, kristof
Approved by: bde (mentor)
MFC after: 3 weeks
Sponsored by: John Gilmore
Differential Revision: https://reviews.freebsd.org/D19317

Details

Provenance
svnmirAuthored on
Reviewer
karels
Differential Revision
D19317: Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted code
Parents
rS345887: Rewrite intro(4) man page.
Branches
Unknown
Tags
Unknown