zephyr/subsys
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_memory subsys: app_memory: Fixed the size calculation for power of 2 MPUs 2018-09-20 11:25:53 -04:00
bluetooth Bluetooth: controller: Fix integer overflow in scheduling code 2018-11-02 12:26:32 -04:00
console subsys: console: Split serial tty handling to a separate module 2018-10-03 16:40:49 +02:00
cpp C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00
debug debug: openocd: Add floating point context to openocd offsets 2018-10-31 12:05:11 -04:00
dfu subsys: Remove board.h include 2018-11-01 13:15:18 +01:00
disk subsys: disk access: move to new logger 2018-10-16 17:30:09 -04:00
fb subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
fs fs: fat_fs: Implement fs_rename API 2018-11-02 12:21:22 -04:00
logging logger: rtt backend don't let starve others in blocking mode 2018-11-02 12:24:05 -04:00
mgmt shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
net net: Rename net_is_xxx...() functions to net_xxx_is...() 2018-11-02 14:52:33 -04:00
power power: Add OS Power Management debug hooks 2018-10-28 11:44:22 -04:00
random subsys: random: xoroshiro128: Use entropy get isr during init 2018-09-05 13:04:20 -04:00
settings cmake: settings: Don't add ext nffs include dir to global includes 2018-07-25 08:27:45 -04:00
shell shell: Add a Segger RTT backend 2018-11-02 12:19:58 -04:00
storage subsys: storage: flash_map: add API for check flash driver support 2018-09-27 16:24:21 +02:00
usb subsys: Remove board.h include 2018-11-01 13:15:18 +01:00
CMakeLists.txt subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00