This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 13:02:31 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
d588a94de8a81b5b5f96d077c5ca5075bd40cd12
nuttx
/
net
/
pkt
T
History
ligd
e840038f2d
net/ and include/nuttx/net: Add getpeername() support
2018-07-19 07:16:30 -06:00
..
Kconfig
Squashed commit of the following:
2018-06-25 12:08:10 -06:00
Make.defs
…
pkt_callback.c
net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion.
2018-06-23 14:09:06 -06:00
pkt_conn.c
net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion.
2018-06-23 14:09:06 -06:00
pkt_finddev.c
…
pkt_input.c
…
pkt_poll.c
…
pkt_recvfrom.c
net/: More fixes to wrong comments from old change from the interrupt driven network to the work-queue driven network.
2018-06-23 15:03:01 -06:00
pkt_send.c
net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion.
2018-06-23 14:09:06 -06:00
pkt_sockif.c
net/ and include/nuttx/net: Add getpeername() support
2018-07-19 07:16:30 -06:00
pkt.h
…