zephyr/subsys/net
Jukka Rissanen 16a54f251a net: sockets: Refactor accept() to support objcore better
If user has not supplied address pointer when calling accept(),
then we would not be able to figure out the used socket domain
properly. But as there is now SO_DOMAIN option supported, use
that to get the correct socket domain.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-01-17 09:55:40 +01:00
..
conn_mgr net: conn_mgr: output events as hex 2023-12-21 09:18:32 +01:00
ip net: ip: igmp: removed compiler warning when igmpv3 is enabled 2024-01-17 09:55:28 +01:00
l2 wifi: shell: Fix typo in comparison 2024-01-16 14:25:37 -05:00
lib net: sockets: Refactor accept() to support objcore better 2024-01-17 09:55:40 +01:00
pkt_filter net: pkt_filter: Introduce additional hooks for pkt_filter 2023-07-10 09:27:47 +02:00
buf_simple.c
buf.c net: buf: add function to match buffer's content with a given data 2024-01-16 09:40:04 -06:00
CMakeLists.txt net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
hostname.c net: hostname: trigger an event when the hostname changes 2023-11-29 13:16:16 -06:00
Kconfig net: Add Kconfig for net buf alignment 2023-12-14 09:29:47 +01:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net