mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
|
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
There was another small issue on sixlowpan_input.c code, it was processing protosize and 8-bit instead of 16-bit. It was working because the max tcp->tcpoffset was 0xf0, so protosize = ((uint16_t)tcp->tcpoffset >> 4) << 2; Will be protosize = 15 * 4 = 60 and will fit inside 8-bit. Signed-off-by: Alan C. Assis <acassis@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| sixlowpan.h | ||
| sixlowpan_framelist.c | ||
| sixlowpan_framer.c | ||
| sixlowpan_globals.c | ||
| sixlowpan_hc1.c | ||
| sixlowpan_hc06.c | ||
| sixlowpan_icmpv6send.c | ||
| sixlowpan_initialize.c | ||
| sixlowpan_input.c | ||
| sixlowpan_internal.h | ||
| sixlowpan_reassbuf.c | ||
| sixlowpan_send.c | ||
| sixlowpan_tcpsend.c | ||
| sixlowpan_udpsend.c | ||
| sixlowpan_utils.c | ||