This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-05 15:58:59 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0d08ce500e335896ee78e1476affa0f8b7e31ac4
nuttx
/
include
T
History
Gregory Nutt
1b9cb70828
Sockets: Initial steps to adde a socket interface to the networking. Each address family will have an interface that describes how to perform socket operations on that address family. Currently only a couple of methods are defined in the table as a proof of concept. More to come. Currently there are only tables for the INET/INET6 family, the Unix LOCAL family, and the raw PACKET family. Hopefully there will be AF_IEEE802154 and AF_BLUETOOTH comming down the pike.
2017-07-12 15:07:32 -06:00
..
arpa
…
cxx
…
net
…
netinet
…
netpacket
…
nuttx
Sockets: Initial steps to adde a socket interface to the networking. Each address family will have an interface that describes how to perform socket operations on that address family. Currently only a couple of methods are defined in the table as a proof of concept. More to come. Currently there are only tables for the INET/INET6 family, the Unix LOCAL family, and the raw PACKET family. Hopefully there will be AF_IEEE802154 and AF_BLUETOOTH comming down the pike.
2017-07-12 15:07:32 -06:00
sys
include/: Remove dangling space at the end of lines.
2017-06-28 13:30:08 -06:00
.gitignore
…
aio.h
…
assert.h
…
crc8.h
…
crc16.h
…
crc32.h
…
crc64.h
…
ctype.h
…
debug.h
…
dirent.h
…
dllfcn.h
…
elf32.h
…
errno.h
…
fcntl.h
…
fixedmath.h
…
hex2bin.h
…
inttypes.h
…
libgen.h
…
limits.h
…
locale.h
…
mqueue.h
…
netdb.h
include/: Remove dangling space at the end of lines.
2017-06-28 13:30:08 -06:00
nxflat.h
…
poll.h
…
pthread.h
…
queue.h
…
sched.h
…
semaphore.h
…
signal.h
…
spawn.h
…
stdbool.h
…
stddef.h
…
stdint.h
…
stdio.h
…
stdlib.h
…
string.h
…
strings.h
…
syscall.h
…
syslog.h
include/: Remove dangling space at the end of lines.
2017-06-28 13:30:08 -06:00
termios.h
…
threads.h
…
time.h
…
unistd.h
…
wchar.h
include/: Remove dangling space at the end of lines.
2017-06-28 13:30:08 -06:00
wctype.h
…