HomeFreeBSD

MFC r350497: ppp: correct echo-req magic number on big endian archs

Description

MFC r350497: ppp: correct echo-req magic number on big endian archs

The magic number is a 32-bit quantity; use uint32_t to match hton's
return type and avoid sending zeros (upper 32 bits) on big-endian
architectures.

PR: 184141
Sponsored by: The FreeBSD Foundation

Details

Provenance
emasteAuthored on
Parents
rS351025: MFC r350497: ppp: correct echo-req magic number on big endian archs
Branches
Unknown
Tags
Unknown