walnux/include/nuttx/net
Zhe Weng 7b0d80c94a net/icmpv6: align structs to 2 bytes.
Fix following misaligned errors:

icmpv6/icmpv6_radvertise.c:145:21: runtime error: member access within misaligned address 0x573da9e6 for type 'struct icmpv6_router_advertise_s', which requires 4 byte alignment
0x573da9e6: note: pointer points here
 00 00 00 01 85 00  d6 14 00 00 00 00 01 01  12 8c 25 08 9c f8 04 00  00 00 ff 02 00 00 00 00  00 00
             ^
icmpv6/icmpv6_radvertise.c:167:21: runtime error: member access within misaligned address 0x573da9fe for type 'struct icmpv6_mtu_s', which requires 4 byte alignment
0x573da9fe: note: pointer points here
 af 78 ab 72 00 00  00 00 00 00 00 01 ff 00  00 01 04 00 00 00 ff 02  00 00 00 00 00 00 00 00  00 01
             ^
icmpv6/icmpv6_radvertise.c:176:23: runtime error: member access within misaligned address 0x573daa06 for type 'struct icmpv6_prefixinfo_s', which requires 4 byte alignment
0x573daa06: note: pointer points here
 00 00 05 dc ff 00  00 01 04 00 00 00 ff 02  00 00 00 00 00 00 00 00  00 01 ff 08 9c f8 04 00  00 00
             ^

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-03-10 09:41:02 +01:00
..
netfilter change strcpy to strlcpy 2023-02-24 12:15:40 +08:00
bluetooth.h Remove the unnecessary inclusion of assert.h and string.h from public header files 2021-12-20 10:30:08 +01:00
can.h
dns.h dns: packed dns_header_s and dns_question_s 2023-01-29 14:35:01 +08:00
enc28j60.h
encx24j600.h
ethernet.h
ftmac100.h author: Anton D. Kachalov: update licenses to Apache 2021-09-01 21:02:34 +08:00
gmii.h
icmp.h Support fragmentation and reassembly 2023-01-17 14:01:37 +08:00
icmpv6.h net/icmpv6: align structs to 2 bytes. 2023-03-10 09:41:02 +01:00
ieee802154.h
igmp.h
ioctl.h tun: add ioctl cmd TUNGETIFF implement 2022-12-20 21:15:50 +08:00
ip.h support ipv4 ToS and ipv6 TrafficClass 2023-01-29 13:43:44 +08:00
ipopt.h
ipv6ext.h Support fragmentation and reassembly 2023-01-17 14:01:37 +08:00
lan91c111.h
loopback.h
mii.h imxrt:Support TJ1103 PHY 2022-11-15 02:27:35 +08:00
mld.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
neighbor.h
net.h net/local: Return the unblock handle correctly in local_accept 2023-03-09 09:17:19 +01:00
netconfig.h Improvements in sockets allocation. 2023-02-20 09:06:46 +08:00
netdev.h libs: fix visual studio Compiler Error C2036 2023-02-09 20:11:55 +08:00
netlink.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
netstats.h
phy.h
pkt.h update licenses to Apache 2021-08-20 01:45:00 -07:00
radiodev.h Fix mistakes in comments and docs 2022-06-27 11:30:53 +08:00
rfc6775.h
rpmsg.h
rpmsgdrv.h
sixlowpan.h
slip.h
sms.h drivers: modem: update altair modem 2022-10-22 09:00:32 +08:00
snoop.h wireless/bluetooth: add interrupt_context hander for netsnoop 2023-01-10 18:08:22 +08:00
tcp.h net/tcp: add Selective-ACK support 2023-01-18 16:24:09 +08:00
telnet.h
tun.h
udp.h
usrsock.h nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
w5500.h Add driver for WIZnet W5500 Ethernet controller 2022-06-03 13:01:23 +08:00