summaryrefslogtreecommitdiff
path: root/nuttx/net/udp/udp_send.c
Commit message (Expand)AuthorAgeFilesLines
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-161-4/+4
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-2/+2
* Networking: Seperate tcp_input() and udp_input() into seprate functions tcp_i...Gregory Nutt2015-01-151-1/+1
* Networking: A few more IPv6-related fixesGregory Nutt2015-01-141-2/+3
* Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper rena...Gregory Nutt2015-01-141-1/+1
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-1/+1
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-3/+3
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-3/+6
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-1/+1
* NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net...Gregory Nutt2014-06-291-2/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-2/+2
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-1/+1
* Clean-up naming associated with network checksumsGregory Nutt2014-06-271-1/+2
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-1/+1
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-2/+4
* Clean up all UDP-related namingGregory Nutt2014-06-241-5/+6
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-2/+2
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-181-0/+177