in reply to Re: Re: IP Header
in thread IP Header

You misunderstand the purpose of that format. The network ordering is important for multibyte fields. The order of bytes inside such a field may differ from what the host platform expects. The order of fields however does not change, regardless of platform. Two byte-sized fields are always extracted using C2; a single 16-bit field is extracted using n.

Makeshifts last the longest.