zephyr/subsys/net/ip
Jukka Rissanen cf063fe85b 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>
2018-11-02 14:52:33 -04:00
..
6lo_private.h
6lo.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
6lo.h
CMakeLists.txt
connection.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
icmpv4.h
icmpv6.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
icmpv6.h
ipv4_autoconf_internal.h
ipv4_autoconf.c
ipv4.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
ipv4.h
ipv6_fragment.c
ipv6_mld.c net: ipv6: Remove incorrect length assignment in MLDv2 2018-10-26 22:28:43 +03:00
ipv6_nbr.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
ipv6.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
ipv6.h
Kconfig
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.rpl
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
net_core.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
net_if.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
net_mgmt.c
net_pkt.c
net_private.h net: ipv6: Drop outside pkt with ::1 dst or src address 2018-11-01 14:32:21 +02:00
net_shell.c
net_shell.h
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c
promiscuous.c
route.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
route.h
rpl-mrhof.c
rpl-of0.c
rpl.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
rpl.h
tcp_internal.h
tcp.c
trickle.c
udp_internal.h
udp.c
utils.c