zephyr/subsys/net/lib
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
..
app net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
coap net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
coap_sock net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
config net: lib: init: Remove remaining SYS_LOG usage 2018-10-22 11:11:35 +03:00
dns net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
http net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
lwm2m net: lwm2m: fix compile warning related to Logger changes 2018-10-19 17:32:36 -04:00
mqtt net: lib: Convert mqtt library to use log level 2018-10-04 14:13:57 +03:00
openthread net: openthread: Convert to use new shell 2018-10-15 11:14:02 +03:00
sntp sys_clock: Make clock_always_on true by default 2018-10-16 15:03:10 -04:00
sockets net: tls: Do not assume PSK id is NULL terminated 2018-10-22 10:32:07 +03:00
tls_credentials coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
websocket net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
CMakeLists.txt net: coap: CoAP library support over sockets 2018-10-31 19:44:25 -04:00
Kconfig net: coap: CoAP library support over sockets 2018-10-31 19:44:25 -04:00