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 net: Fix indentation issues 2017-08-09 16:01:28 +03:00
6lo_private.h
6lo.c net: 6lo: always check for net_pkt_get_frag returned frag 2017-08-18 09:37:39 +03:00
6lo.h
connection.c net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
connection.h
dhcpv4.c net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
dhcpv4.h
icmpv4.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
icmpv4.h net: icmpv4: Calculate start of ICMPv4 echo-req properly 2017-08-07 21:32:03 -04:00
icmpv6.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
icmpv6.h
ipv4.c
ipv4.h
ipv6.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
ipv6.h
Kconfig Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
Kconfig.debug net: pkt: Add CONFIG_NET_DEBUG_NET_PKT_ALL option 2017-08-16 14:50:57 -04:00
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.rpl net: rpl: Allow fine tuning of parent count 2017-08-14 11:06:34 +03:00
Kconfig.stack
Kconfig.stats
Makefile
nbr.c net: nbr: Use the real size of the neighbor pool 2017-08-14 11:06:34 +03:00
nbr.h net: nbr: Use the real size of the neighbor pool 2017-08-14 11:06:34 +03:00
net_context.c net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
net_core.c net: shell: Remove net_shell_init() as it is not needed 2017-08-01 14:45:06 +03:00
net_if.c net: tcp: Do not re-send already sent packets 2017-08-16 14:50:57 -04:00
net_mgmt.c
net_pkt.c net: pkt: Add CONFIG_NET_DEBUG_NET_PKT_ALL option 2017-08-16 14:50:57 -04:00
net_private.h
net_shell.c net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
net_shell.h net: shell: Remove net_shell_init() as it is not needed 2017-08-01 14:45:06 +03:00
net_stats.c
net_stats.h
route.c net: rpl: DAO message was discarded too early 2017-08-09 12:25:03 +03:00
route.h
rpl-mrhof.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
rpl-of0.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00
rpl.c net: rpl: fix inline function declaration 2017-08-16 10:59:10 -07:00
rpl.h net: Fix indentation issues 2017-08-09 16:01:28 +03:00
tcp.c net: tcp: Send data only in established state 2017-08-16 14:50:57 -04:00
tcp.h net: tcp.h: fix some function declarations 2017-08-16 10:59:10 -07:00
trickle.c net: trickle: Do clock wrap check properly 2017-08-07 21:32:03 -04:00
udp_internal.h
udp.c
udp.h
utils.c net: Fix indentation issues 2017-08-09 16:01:28 +03:00