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-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e672bcebfdc6d09699da27e968f8fcc9eac750b5
nuttx
/
net
/
udp
T
History
Gregory Nutt
e672bcebfd
UDP Networking: Add support for device event notification for UDP transfers.
2015-05-29 10:21:06 -06:00
..
Kconfig
…
Make.defs
…
udp_callback.c
Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events.
2015-05-28 12:01:38 -06:00
udp_conn.c
…
udp_devpoll.c
…
udp_input.c
…
udp_ipselect.c
…
udp_netpoll.c
UDP Networking: Add support for device event notification for UDP transfers.
2015-05-29 10:21:06 -06:00
udp_send.c
Add inclusion of assert.h in networking files where needed to avoid compilation errors. From Max Neklyudov.
2015-05-13 07:24:22 -06:00
udp_sendto.c
UDP Networking: Add support for device event notification for UDP transfers.
2015-05-29 10:21:06 -06:00
udp.h
UDP Networking: Add support for device event notification for UDP transfers.
2015-05-29 10:21:06 -06:00