commit | fbac80bb94f1a80cfad8452306018ed668789edf | [log] [tgz] |
---|---|---|
author | Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com> | Wed Aug 08 15:22:00 2018 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Aug 09 16:25:17 2018 +0300 |
tree | ac90ca6e83619ab171a5d3c3916574a73425f543 | |
parent | 33e06441badd9121f3af138fd8342fac4b8a2a21 [diff] |
net: ipv4: Refactor IPv4 header length handling Change the length to uint16_t and work with it through standard htons/ntohs() macros. Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>