nuttx/include
Norman Rasmussen 48311cc61f Fix unaligned memory access when creating ICMP Port Unreachable messages
commit 3b69d09c80 corrected the
unreachable handling for net/udp/icmp but introduced an unaligned store.
This splits the uint32_t data field into a two element uint16_t data
field to avoid the unaligned store.
2021-12-28 03:51:53 -06:00
..
arpa
cxx Add cinttypes header file for mini-cxxlib. 2021-12-01 06:51:51 -06:00
net net: Add lifr_ifindex field to struct lifreq 2021-12-21 11:01:33 -03:00
netinet inculude/netinet:add net mask define 2021-11-27 06:19:10 -06:00
netpacket rpmgs_socket: set RPMSG_SOCKET_NAME_SIZE to 16 for handing prefix 2021-11-04 13:29:51 -05:00
nuttx Fix unaligned memory access when creating ICMP Port Unreachable messages 2021-12-28 03:51:53 -06:00
sys fs/vfs: Add file descriptor based timers support 2021-12-20 04:00:20 -06:00
.gitignore
aio.h
alloca.h
assert.h
byteswap.h
crc8.h
crc16.h
crc32.h
crc64.h
ctype.h
debug.h
dirent.h
dlfcn.h
dsp.h Remove the unnecessary inclusion of assert.h and string.h from public header files 2021-12-20 10:30:08 +01:00
dspb16.h Remove the unnecessary inclusion of assert.h and string.h from public header files 2021-12-20 10:30:08 +01:00
elf.h elf: add elf define of Note Section 2021-11-23 20:34:56 +09:00
elf32.h elf: add elf define of Note Section 2021-11-23 20:34:56 +09:00
elf64.h elf: add elf define of Note Section 2021-11-23 20:34:56 +09:00
endian.h
err.h libc/misc/err.c:add err.c to libc 2021-12-07 04:01:27 -08:00
errno.h
execinfo.h
fcntl.h
fixedmath.h
fnmatch.h
ftw.h
getopt.h
glob.h
grp.h
hex2bin.h libc/hex2bin: Handle the line ending(\r, \n and \r\n) dynamically 2021-11-26 11:55:00 -03:00
ifaddrs.h net: Implement getifaddrs and freeifaddrs 2021-12-21 11:01:33 -03:00
inttypes.h
iso646.h
langinfo.h
libgen.h
libintl.h
limits.h add MAXHOSTNAMELEN in headfile 2021-11-24 22:49:09 -06:00
locale.h
lzf.h libc/lzfcompress: add lzf compress stream 2021-12-20 08:39:33 -06:00
malloc.h
mqueue.h
netdb.h
nl_types.h
nxflat.h
poll.h
pthread.h libc/pthread: Implement pthread_atfork 2021-11-22 15:11:48 -03:00
pty.h
pwd.h
queue.h
resolv.h
sched.h
semaphore.h
signal.h
spawn.h
stdbool.h
stddef.h
stdint.h
stdio.h include/stdio:add setlinebuf marco 2021-11-29 11:18:36 -06:00
stdlib.h libc: Add getprogname function 2021-12-15 10:47:56 -06:00
stdnoreturn.h
string.h libs/lbc: remove CHAR_BIT = 16 support 2021-12-13 11:08:28 -06:00
strings.h
syscall.h
syslog.h
termios.h
threads.h
time.h
unistd.h add MAXHOSTNAMELEN in headfile 2021-11-24 22:49:09 -06:00
utime.h
uuid.h
wchar.h
wctype.h