zephyr/samples/net
Paul Sokolovsky 659c241e3a samples: net: big_http_download: Ignore close() return value.
We aren't interested in doing error handling for close(), close()
is itself on error handling path, and its purpose if to free
socket resources.

Coverity-CID: 186062
Fixes: #7713

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-05-29 16:23:46 -04:00
..
coap_client samples: net: Fix coap-client sample 2018-05-22 08:54:54 -04:00
coap_server samples: net: Remove unwanted code from coap-server 2018-05-22 08:54:54 -04:00
coaps_client
coaps_server
common
dhcpv4_client
dns_resolve
echo_client net: ieee802154: Remove old cc2520 AUTO_ACK assignments 2018-05-25 11:20:37 -04:00
echo_server samples: echo_server: Remove conflicting option from conf file 2018-05-26 08:27:16 -04:00
eth_native_posix
http_client
http_server
irc_bot samples: net: Remove undefined references to CONFIG_NET_LOG_ENABLED 2018-05-23 12:10:38 -04:00
leds_demo
lwm2m_client
mbedtls_dtlsclient
mbedtls_dtlsserver samples: mbedTLS server: Remove CONFIG_NET_SLIP_TAP assignment 2018-05-25 17:21:31 -04:00
mbedtls_sslclient
mdns_responder
mqtt_publisher samples: net: mqtt: Remove CONFIG_BT_MAX_CMD_LEN assignment 2018-05-23 13:10:26 -04:00
nats samples: net: Remove undefined references to CONFIG_NET_LOG_ENABLED 2018-05-23 12:10:38 -04:00
rpl_border_router samples: net: rpl_br: Fix coverity issues 2018-05-22 09:54:11 -04:00
rpl_node samples: net: rpl: Add observer support to node application 2018-05-17 16:25:49 +03:00
rpl-mesh-qemu
sntp_client
sockets samples: net: big_http_download: Ignore close() return value. 2018-05-29 16:23:46 -04:00
stats kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
syslog_net
telnet
throughput_server
traffic_class kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
vlan kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
wifi kconfig: Remove remaining 'option env' bounce symbols 2018-05-28 17:21:11 -04:00
wpan_serial ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
wpanusb ieee802154: Add support for filtering source short/ieee addresses 2018-05-17 16:18:53 +03:00
ws_console
ws_echo_server
zperf samples: net: zperf: Remove config files for Galileo board 2018-05-24 08:02:04 -04:00
net.rst