incubator-nuttx/net/sixlowpan
Zhe Weng 2b9633e652 net: Support multiple IPv6 address per netdev
Note that user-space related code, like procfs and lifreq related ioctl commands, are not touched in this commit.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-11-07 19:30:36 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig Fix Kconfig style 2023-05-23 00:03:25 +08:00
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
sixlowpan.h net: Remove devif_timer from comment 2022-06-07 20:15:41 +03:00
sixlowpan_framelist.c nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
sixlowpan_framer.c NuttX: Gregory Nutt: update licenses to Apache 2021-04-03 04:20:31 -07:00
sixlowpan_globals.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
sixlowpan_hc1.c net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
sixlowpan_hc06.c net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
sixlowpan_icmpv6send.c Fix error: variable 'buflen' is uninitialized when used here 2022-11-20 14:34:44 +01:00
sixlowpan_initialize.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
sixlowpan_input.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
sixlowpan_internal.h Fix error: format specifies type 'unsigned short' but the argument has type 'int' 2022-11-01 17:12:42 +01:00
sixlowpan_reassbuf.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
sixlowpan_send.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
sixlowpan_tcpsend.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
sixlowpan_udpsend.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00
sixlowpan_utils.c net: Support multiple IPv6 address per netdev 2023-11-07 19:30:36 +08:00