zephyr/subsys/net/lib/sockets
Jukka Rissanen 19806a2c1b net: getaddrinfo: Query both IPv4 and IPv6 if family is AF_UNSPEC
We must query both IPv4 and IPv6 addresses if the hints parameter
is NULL i.e., user does not supply hints or if family is set to
AF_UNSPEC.

Fixes #16453

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-06-20 14:45:43 +03:00
..
CMakeLists.txt cmake: Don't have users call zephyr_link_interface on mbedTLS 2019-05-11 08:35:26 -04:00
getaddrinfo.c net: getaddrinfo: Query both IPv4 and IPv6 if family is AF_UNSPEC 2019-06-20 14:45:43 +03:00
getnameinfo.c net: sockets: Implement getnameinfo() 2019-02-19 17:34:57 -05:00
Kconfig net: sockets: can: Add dispatcher 2019-06-18 17:58:00 +03:00
socket_offload.c net: sockets: Remove TI conditional from offloaded fcntl implementation 2019-05-30 18:41:31 -04:00
sockets_can.c net: sockets: can: Close the socket cleanly 2019-06-18 17:58:00 +03:00
sockets_internal.h net: sockets: can: Register handler for AF_CAN 2019-05-10 22:43:27 +03:00
sockets_misc.c net: add missing syscall for gethostname() 2019-04-06 14:30:42 -04:00
sockets_packet.c net: sockets: packet: Register handler for AF_PACKET 2019-05-10 22:43:27 +03:00
sockets_select.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
sockets_tls.c net: sockets: implement getsockname function 2019-05-17 22:49:32 +03:00
sockets.c net: socket: Add SO_PRIORITY support to setsockopt 2019-06-09 12:54:05 +03:00