zephyr/subsys/net/lib/zoap
Paul Sokolovsky dcb80f7ab8 net: struct sockaddr should have field "sa_family"
POSIX requires struct sockaddr's field to be named "sa_family"
(not just "family"):
http://pubs.opengroup.org/onlinepubs/009696699/basedefs/sys/socket.h.html

This change allows to port POSIX apps easier (including writing
portable apps using BSD Sockets compatible API).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-08-18 16:34:51 -04:00
..
Kbuild net: Restructure network protocols 2017-01-02 10:03:19 +01:00
Kconfig tests: net: zoap: Add path uri matching tests 2017-05-25 18:49:56 +03:00
Makefile net: Restructure network protocols 2017-01-02 10:03:19 +01:00
zoap_link_format.c net: zoap: Remove extra null checks 2017-05-25 18:50:40 +03:00
zoap.c net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00