zephyr/include/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
..
arp.h
bt.h
buf.h
dhcpv4.h
dns_resolve.h
ethernet.h
http_parser.h
http.h net: http: allow HTTP_NETWORK_TIMEOUT to be configured 2017-08-16 12:35:33 +03:00
ieee802154_radio.h
ieee802154.h
lwm2m.h net: lwm2m: add IPSO light control object 2017-08-18 10:53:25 +03:00
mii.h
mqtt_types.h
mqtt.h
net_app.h doc: fix misspellings in include (API docs) 2017-08-10 12:22:19 -04:00
net_context.h doc: fix misspellings in include (API docs) 2017-08-10 12:22:19 -04:00
net_core.h
net_event.h
net_if.h doc: fix misspellings in include (API docs) 2017-08-10 12:22:19 -04:00
net_ip.h net: struct sockaddr should have field "sa_family" 2017-08-18 16:34:51 -04:00
net_l2.h net: l2: Declare Bluetooth and Offload L2 drivers public 2017-08-14 11:06:34 +03:00
net_linkaddr.h
net_mgmt.h
net_offload.h doc: fix misspellings in include (API docs) 2017-08-10 12:22:19 -04:00
net_pkt.h net: tcp: Do not re-send already sent packets 2017-08-16 14:50:57 -04:00
net_stats.h
socket.h
trickle.h
udp.h
zoap_link_format.h
zoap.h