zephyr/subsys/net/lib/coap
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
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
coap.c net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
coap_link_format.c net: lib: Convert coap API to use log level 2018-10-04 14:13:57 +03:00