zephyr/subsys
Bartosz Golaszewski 7cddc5a6a3 net: ipv6: use static inlines where it makes sense for stubs
If we're disabling certain features and instead providing function stubs,
it doesn't make sense to use macros for those routines that return values
that the user may check unless we want to provide them with vague errors
like:

src/coap-server.c:101:55: error: expected expression before ';' token
  101 |  ret = net_ipv6_mld_join(iface, &mcast_addr.sin6_addr);

When a function we're mocking up returns a value, use a static inline
stub.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
2022-07-27 18:44:07 +02:00
..
bluetooth Bluetooth: llcp: Fix PHY UPD ntf send before instant on air 2022-07-25 15:17:22 +02:00
canbus
console
cpp
debug everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
demand_paging different subsystems: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
dfu
disk
emul emul: remove name param from bus register APIs 2022-07-19 15:52:36 -05:00
fb
fs fs: fcb: Define length padding bytes 2022-07-20 11:09:29 +02:00
ipc
jwt
logging logging: log_output: Add function for processing input arguments 2022-07-21 09:04:37 -04:00
lorawan
mgmt mgmt: osdp: Move to DTS for uart device 2022-07-23 09:25:23 -05:00
modbus
net net: ipv6: use static inlines where it makes sense for stubs 2022-07-27 18:44:07 +02:00
pm
portability different subsystems: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
random
rtio everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
sd
settings settings: just use struct device 2022-07-22 23:48:07 +02:00
shell
stats
storage
task_wdt
testsuite docs: ztest: Update documentation for new API 2022-07-15 22:25:41 +00:00
timing
tracing kernel: Use mask rather than boolean to update events 2022-07-25 15:24:32 -04:00
usb
CMakeLists.txt
Kconfig