zephyr/subsys/net/lib/app
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
..
CMakeLists.txt net: lib: app: Convert CMakeLists.txt to avoid library 2018-06-20 17:10:39 +03:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
client.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
net_app.c net: app: Fix register and unregister functions 2018-10-19 16:13:48 -04:00
net_app_private.h net: app: Fix register and unregister functions 2018-10-19 16:13:48 -04:00
server.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00