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-08 10:06:38 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7cf88d7dbdc8277f0c9ffb282bcc7a890a04c697
nuttx
/
net
/
local
T
History
Gregory Nutt
7cf88d7dbd
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
..
Kconfig
…
local_accept.c
This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket.
2017-11-02 08:23:38 -06:00
local_bind.c
…
local_conn.c
This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket.
2017-11-02 08:23:38 -06:00
local_connect.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
local_fifo.c
This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket.
2017-11-02 08:23:38 -06:00
local_listen.c
…
local_netpoll.c
This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket.
2017-11-02 08:23:38 -06:00
local_recvfrom.c
This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket.
2017-11-02 08:23:38 -06:00
local_recvutils.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
local_release.c
…
local_send.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
local_sendpacket.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
local_sendto.c
This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket.
2017-11-02 08:23:38 -06:00
local_sockif.c
…
local.h
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
Make.defs
…