incubator-nuttx/net/udp
Gregory Nutt 34509a9ad5 UDP should use dev=NULL if the address in the lookup is INADDR_ANY 2015-05-29 14:56:44 -06:00
..
Kconfig Networking: Add UDP read-ahead support and support for poll/select on UDP sockets. From Macs N. 2015-01-30 06:08:26 -06:00
Make.defs Fix missing file and some compilation errors from the last UDP committ 2015-05-29 10:45:41 -06:00
udp.h Fix missing file and some compilation errors from the last UDP committ 2015-05-29 10:45:41 -06:00
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 Networking: Fix several build errors/warning with IPv4 + IPv6 + multiple networks are enabled. 2015-02-10 06:54:10 -06:00
udp_devpoll.c Networking: Separate out UDP poll logic from socket/net_poll.c into a new udp/udp_netpoll.c; Create a skeleton local/local_netpoll.c for future poll support on Unix domain sockets. 2015-01-30 07:09:25 -06:00
udp_finddev.c UDP should use dev=NULL if the address in the lookup is INADDR_ANY 2015-05-29 14:56:44 -06:00
udp_input.c Networking: Eliminate a warning with UDP checksums are suppressed 2015-01-23 11:42:12 -06:00
udp_ipselect.c Networking: Some fixes for compilation when both IPv4 and IPv6 are enabled 2015-01-18 09:23:22 -06:00
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: Misc fixes to get the last changes working + cleanup 2015-05-29 14:32:56 -06:00