zephyr/subsys/net/lib
Robert Lubos a0c669e7e6 net: sockets: Simplify common getsockname() implementation
Simplify common `getsockname()` implementation by using VTABLE_CALL()
macro, in the same way as other socket calls do. This additionally
allows to cover the case, when `getsockname()` is not implemnented by
particular socket implementation, preventing the crash.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-11-29 16:30:29 +01:00
..
capture net: buf: POOL_FIXED_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
coap net: coap: Add coap_next_block_for_option function 2021-10-27 13:46:19 -04:00
config net: lib: config: Fix the timeout when waiting on network 2021-11-02 13:23:10 +01:00
conn_mgr kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
dns net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
http kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
lwm2m net: lwm2m: Supported Protocol to pull firmware update must be optional 2021-11-26 10:26:32 -05:00
mqtt net: mqtt: Add support for TLS option TLS_CERT_NOCOPY 2021-11-25 10:44:17 -05:00
openthread net: openthread: Fix for OT prompt in the Zephyr shell 2021-11-10 16:36:18 +02:00
sntp
sockets net: sockets: Simplify common getsockname() implementation 2021-11-29 16:30:29 +01:00
socks
tftp kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
tls_credentials
utils
websocket net: websockets: Fix send with large payload 2021-11-23 13:21:09 -05:00
CMakeLists.txt
Kconfig