Converts between network order endianness and the system endiannes.
The value to potentially flip.
If NATIVE_ENDIAN does not match NETWORK_ORDER, returns the input with the byte order reversed, otherwise returns the original value.
See Implementation
Converts between network order endianness and the system endiannes.