zephyr/subsys
Michael Scott 2c987298f2 net: tcp: expose some TCP helper functions
Similar to UDP, some drivers can make use of the following functions:
net_tcp_get_hdr()
net_tcp_set_hdr()

Let's expose them as <net/tcp.h> and change all internal references
to "tcp_internal.h".

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-05-15 18:07:47 +03:00
..
bluetooth subsys: bluetooth: Remove deprcated k_call_stacks_analyze API 2018-05-15 13:43:00 +03:00
console
cpp
debug subsys: debug: Fix stack sentinel dependencies 2018-05-10 14:16:46 -07:00
dfu
disk subsys: disk: Add support for multiple disk interfaces 2018-05-08 08:53:01 -04:00
fs subsys: fs: Add Non Volatile Storage (NVS) for zephyr 2018-05-15 10:29:16 +02:00
logging
mgmt
net net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
random
settings susbsys: settings: optimized fcb compression for deleted entry 2018-05-11 09:56:52 +02:00
shell subsys: shell: Remove deprcated k_call_stacks_analyze API 2018-05-15 13:43:00 +03:00
storage
usb subsys: usb: check for invalid descriptor type request 2018-05-14 17:24:52 -04:00
CMakeLists.txt
Kconfig