zephyr/tests/net/lib
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
..
dns_packet net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
dns_resolve net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
http_header_fields tests: http_header_fields: convert to ztest 2017-08-09 21:41:30 -04:00
mqtt_packet tests: mqtt_packet: convert to ztest 2017-08-09 21:41:30 -04:00
mqtt_publisher tests: mqtt: Add a mqtt tls test case 2017-07-28 11:25:43 +03:00
mqtt_subscriber net/mqtt: Convert mqtt lib to use net app API 2017-07-28 11:25:43 +03:00
zoap net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00