zephyr/include
Jukka Rissanen 9c907fca43 net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf
Remove NET_TCP_HDR() macro as we cannot safely access TCP header
via it if the network packet header spans over multiple net_buf
fragments.

Fixed also the TCP unit tests so that they pass correctly.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-07 15:24:00 +03:00
..
arch x86: place application data in its own sections 2017-06-29 07:46:58 -04:00
bluetooth Bluetooth: GATT Introduce BT_GATT_CCC_MAX helper define 2017-07-04 17:30:40 +03:00
crypto
debug kernel: remove gdb_server 2017-06-19 14:29:40 -04:00
display doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
drivers spi: add SPI driver for STM32 family 2017-07-01 08:36:51 -04:00
fs
linker kernel: add early init routines for app RAM 2017-06-29 07:46:58 -04:00
logging doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
misc kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
net net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
shell shell: Add define to _SHELL_H_ 2017-06-09 18:54:27 -04:00
toolchain toolchain/common.h: deprecate __stack 2017-06-09 18:53:28 -04:00
usb doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
zephyr
adc.h
aio_comparator.h
atomic.h
cache.h
clock_control.h
console.h subsys: console: Add buffered output support to console subsystem 2017-05-15 15:56:56 -04:00
counter.h
crc16.h
device.h
disk_access.h
dma.h
eth.h
flash.h
fs.h
gpio.h
i2c.h
init.h
ipm.h
irq_offload.h
irq.h
kernel_version.h
kernel.h kernel: queue, fifo: Add peek_head/peek_tail accessors 2017-06-28 16:07:55 +03:00
pinmux.h
power.h
pwm.h
random.h
rtc.h
sensor.h
shared_irq.h
spi_legacy.h api: New SPI API 2017-05-19 18:52:25 -04:00
spi.h spi/api: extend with vendor specific configs 2017-07-01 08:36:51 -04:00
sw_isr_table.h
sys_clock.h
sys_io.h
toolchain.h xtensa: move byte-order macros out of arch.h 2017-05-11 12:47:23 -04:00
uart.h drivers: serial: Clarification for uart_fifo_fill()/read() calls 2017-05-30 20:53:13 -04:00
watchdog.h
zephyr.h