zephyr/subsys/net/lib
Gerard Marull-Paretas a202341958 devices: constify device pointers initialized at compile time
Many device pointers are initialized at compile and never changed. This
means that the device pointer can be constified (immutable).

Automated using:

```
perl -i -pe 's/const struct device \*(?!const)(.*)= DEVICE/const struct
device *const $1= DEVICE/g' **/*.c
```

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-22 17:08:26 +02:00
..
capture
coap net: coap: Remove resource pointer NULL check 2022-08-01 10:47:23 +02:00
config devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
conn_mgr
dns net: dns: Check query index in dns_read 2022-08-09 14:20:28 +02:00
http
lwm2m net: lwm2m: Fix to Queue update process triggering 2022-08-18 10:19:11 +02:00
mqtt
sntp
sockets net: socketcan: decouple SocketCAN and CAN controller headers 2022-08-18 10:19:29 +02:00
socks
tftp
tls_credentials tls_credentials: add Trusted Credential storage backend 2022-08-18 12:33:07 +02:00
utils
websocket
zperf net: zperf: Use zsock_* API instead of POSIX socket API 2022-08-10 11:15:21 +02:00
CMakeLists.txt net: zperf: Extract zperf into library 2022-08-10 11:15:21 +02:00
Kconfig net: zperf: Extract zperf into library 2022-08-10 11:15:21 +02:00