commit | cf063fe85be22c44da343f5889d680b35d27887d | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Nov 02 16:05:58 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 02 14:52:33 2018 -0400 |
tree | 8939e57a75f48bdc76bdaca752b9ce8817eeea04 | |
parent | 133d3870b347686d103cb5c4d1d2f600e3f92aed [diff] |
net: Rename net_is_xxx...() functions to net_xxx_is...() Unify the function naming for various network checking functions. For example: net_is_ipv6_addr_loopback() -> net_ipv6_is_addr_loopback() net_is_my_ipv6_maddr() -> net_ipv6_is_my_maddr() etc. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>