commit | 8592501828d492374b58a31465cfcd8377df3a67 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Thu Sep 27 09:27:42 2018 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Thu Sep 27 21:46:04 2018 +0300 |
tree | 89266d275a6ff2f527ae48295e06d168c8f72e58 | |
parent | 46592e6398ba2e477ddbc6d5972bc64a9a1b9078 [diff] |
net: Remove s_addr/s6_addr defines from in_addr/in6_addr Replace #defines for s_addr/s6_addr etc. in in_addr/in6_addr structures within net_ip.h with fixed fileds inside an anonymous union. This prevents intrusive behaviour of net_ip.h, which expands every occurence of s_addr/s6_addr with it's own define, even in other, non-related structures. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>