zephyr/include
Jukka Rissanen 882f476293 net: app: TLS handshake must be done before sending data
As the TLS handshake might take long time before connection is ready,
check this before trying to send user data.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-10-31 09:54:39 +02:00
..
arch cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
bluetooth
crypto
debug
dfu
display
drivers
dt-bindings
fs
linker
logging cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
misc
net net: app: TLS handshake must be done before sending data 2017-10-31 09:54:39 +02:00
shell
toolchain
usb
zephyr
adc.h
aio_comparator.h drivers: aio_comparator: add system calls 2017-10-30 13:20:19 -07:00
atomic.h
cache.h
clock_control.h
console.h
counter.h drivers: counter: add syscall handlers 2017-10-30 13:20:19 -07:00
crc16.h
device.h
disk_access.h
dma.h
eth.h
flash.h drivers: flash: add system calls 2017-10-30 13:20:19 -07:00
fs.h
gpio.h drivers: gpio: add system call handlers 2017-10-30 13:20:19 -07:00
i2c.h
i2s.h
init.h
ipm.h drivers: ipm: add system calls 2017-10-30 13:20:19 -07:00
irq_offload.h
irq.h
json.h
kernel_version.h
kernel.h userspace: remove some driver object types 2017-10-30 13:20:19 -07:00
led_strip.h
pinmux.h drivers: pinmux: add system call handlers 2017-10-30 13:20:19 -07:00
power.h
pthread.h
pwm.h
random.h drivers: random: add random_get_entropy sys call 2017-10-30 13:20:19 -07:00
rtc.h drivers: rtc: add system calls 2017-10-30 13:20:19 -07:00
sensor.h cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
shared_irq.h
spi_legacy.h
spi.h drivers: spi: add system call handlers 2017-10-30 13:20:19 -07:00
sw_isr_table.h
sys_clock.h
sys_io.h
syscall.h
toolchain.h
uart.h drivers: uart: add system call handlers 2017-10-30 13:20:19 -07:00
watchdog.h
zephyr.h