K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-08-13T16:22:43.382347Z K 7 svn:log V 378 Consistently use the byteorder functions in the correct direction Though ntohs and htons are functionally identical, they have different meanings.Using the correct one helps to document the code. Submitted by: Ján Sučan MFC after: 2 weeks Sponsored by: Google, inc. (Google Summer of Code 2019) Differential Revision: https://reviews.freebsd.org/D21219 END