zephyr/subsys/net/lib
Pieter De Gendt 8252ec7570 net: lib: coap: Translate handler errors to CoAP response codes
The CoAP request handler returns errno codes in the following cases:
* ENOENT if no handler found; respond with 4.04
* ENOTSUP if an unknown request code received; respond with 4.00
* EPERM no handler found for the method; respond with 4.05

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2023-11-30 10:07:32 +01:00
..
capture
coap net: lib: coap: Translate handler errors to CoAP response codes 2023-11-30 10:07:32 +01:00
config net: l2: ieee802154: security config 2023-09-29 16:27:31 +02:00
dns net: ip: igmp: add igmpv3 support 2023-11-21 15:50:31 +01:00
http
lwm2m net: lib: lwm2m: Use int16_t for signal quality 2023-11-20 13:01:23 +01:00
mqtt
mqtt_sn net: mqtt-sn: Remember incoming registered topic name 2023-11-22 09:53:33 +01:00
shell net: ip: igmp: add igmpv3 support 2023-11-21 15:50:31 +01:00
sntp
sockets net: socket: Return ENOTSUP for unknown socket type in recvfrom() 2023-11-27 19:58:47 +01:00
socks
tftp net: tftp: Ensure the error message fits into transmit buffer 2023-11-20 09:24:18 +01:00
tls_credentials net: tls_credentials: Add missing include dir for PSA API 2023-11-28 15:35:00 +01:00
utils
websocket random: Rename random header 2023-10-10 14:23:50 +03:00
zperf net: zperf: Fix TCP packet counting 2023-11-21 08:46:45 +00:00
CMakeLists.txt net: shell: Move the shell code to subsys/net/lib/shell 2023-10-23 10:40:28 +02:00
Kconfig