zephyr/subsys/net/ip
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
..
l2
6lo_private.h
6lo.c
6lo.h
connection.c
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
ipv4.c
ipv4.h
ipv6.c
ipv6.h
Kconfig
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.rpl
Kconfig.stack
Kconfig.stats
Makefile
nbr.c
nbr.h
net_context.c
net_core.c
net_if.c
net_mgmt.c
net_pkt.c
net_private.h
net_shell.c
net_shell.h
net_stats.c
net_stats.h
route.c
route.h
rpl-mrhof.c
rpl-of0.c
rpl.c
rpl.h
tcp.c
tcp.h
trickle.c
udp_internal.h
udp.c
udp.h
utils.c