K 10 svn:author V 6 emaste K 8 svn:date V 27 2019-08-14T13:14:47.793827Z K 7 svn:log V 268 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 END