Subject: Re: getting rid of NTOHS() in ip_input() To: Jason R Thorpe <thorpej@wasabisystems.com> From: None <itojun@iijlab.net> List: tech-net Date: 08/13/2002 14:52:28
> byte-swapping constant is good. i've updated my tree.
one of them (ip_off & 0x7) i kept byteswap ip_off, as the meaning of
"0x7" becomes non-obvious if we byteswap it.
itojun