zephyr/subsys/net/lib/sockets
Paul Sokolovsky 0fb8a917e6 net: sockets: Make NET_SOCKETS_POSIX_NAMES depend on !POSIX_API
These options are mutually exclusive, or more specifically,
CONFIG_POSIX_API has wider scope and supersedes
CONFIG_NET_SOCKETS_POSIX_NAMES. Implementation-wise, the two
options should not be defined at the same time, as that may
lead to declaration conflicts.

Fixes: #16141

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-06-05 07:51:01 -04: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: Parse numeric IPv4 addresses 2019-05-29 17:46:56 +08:00
getnameinfo.c net: sockets: Implement getnameinfo() 2019-02-19 17:34:57 -05:00
Kconfig net: sockets: Make NET_SOCKETS_POSIX_NAMES depend on !POSIX_API 2019-06-05 07:51:01 -04: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: Register handler for AF_CAN 2019-05-10 22:43:27 +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: sockets: implement getsockname function 2019-05-17 22:49:32 +03:00