K 10 svn:author V 6 emaste K 8 svn:date V 27 2019-08-01T13:42:58.748253Z K 7 svn:log V 273 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 MFC after: 1 week Sponsored by: The FreeBSD Foundation END