zephyr/tests/net
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
..
6lo net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
all Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
arp tests: arp: convert to ztest 2017-08-09 21:41:30 -04:00
buf tests: update min ram requirements and filters 2017-08-14 13:28:42 -04:00
context Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
dhcpv4 tests: dhcpv4: convert normal test to use ztest 2017-08-09 21:42:29 -04:00
icmpv6 tests: icmpv6: convert to ztest 2017-08-09 21:41:30 -04:00
ieee802154 net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
iface net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
ip-addr tests: ip-addr: convert to ztest 2017-08-09 21:41:30 -04:00
ipv6 net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
ipv6_fragment net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
lib net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
mgmt tests: mgmt: convert to ztest 2017-08-09 21:41:30 -04:00
mld net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
neighbor tests: neighbor: convert normal test to use ztest 2017-08-09 21:42:29 -04:00
net_pkt tests: update min ram requirements and filters 2017-08-14 13:28:42 -04:00
route Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
rpl net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
socket/udp net: sockets: Fix a link error if CONFIG_NET_TCP is not enabled 2017-08-04 16:50:37 +03:00
tcp net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
trickle net: enable SLIP only on QEMU targets 2017-07-26 10:57:48 -04:00
udp tests: update min ram requirements and filters 2017-08-14 13:28:42 -04:00
utils tests: utils: convert to ztest 2017-08-09 21:41:30 -04:00