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-06 08:36:24 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0b2a4eb4bd603a62f4f3eb88def0113cc93e18d9
nuttx
/
net
/
pkt
T
History
Gregory Nutt
0b2a4eb4bd
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
..
Kconfig
…
Make.defs
…
pkt_callback.c
…
pkt_conn.c
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
pkt_finddev.c
…
pkt_input.c
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
pkt_poll.c
Networking: A little more wording changes related to interrupts vs. events
2017-08-29 15:08:38 -06:00
pkt_recvfrom.c
Networking: Clean up some naming that has bothered me for a long time... There are no interrupts and no interrupt handlers in the network. There are events and event handler (there used to to be interrupt logic in there years ago but that is long, long gone).
2017-08-29 14:08:04 -06:00
pkt_send.c
Networking: Clean up some naming that has bothered me for a long time... There are no interrupts and no interrupt handlers in the network. There are events and event handler (there used to to be interrupt logic in there years ago but that is long, long gone).
2017-08-29 14:08:04 -06:00
pkt_sockif.c
…
pkt.h
…