summaryrefslogtreecommitdiff
path: root/nuttx/net/devif/devif.h
Commit message (Expand)AuthorAgeFilesLines
* Networking: Break out Ethernet definitions into a separate file; add IPv6 mu...Gregory Nutt2015-02-041-12/+0
* Networking: Add support for sending ICMPv6 Router Solicitation and receiving...Gregory Nutt2015-02-031-0/+1
* ICMPv6: Adds basic logic to support verification that we have the IPv6 addres...Gregory Nutt2015-02-021-12/+0
* IPv6: More framework for automatic neighbor solicition. I think this also co...Gregory Nutt2015-02-021-10/+12
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-021-0/+6
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-231-70/+72
* Networking: Update ICMPv6 logic to RFCsGregory Nutt2015-01-201-4/+12
* include/net/if.h: Add a bit to the device flags to indicate if the device pa...Gregory Nutt2015-01-171-1/+15
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-2/+9
* NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICM...Gregory Nutt2014-07-061-47/+64
* NET: Add a few missing configuration options to the Kconfig filesGregory Nutt2014-07-061-1/+1
* NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.hGregory Nutt2014-07-061-1/+0
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+1
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: in-progress change... don't useGregory Nutt2014-07-041-0/+83
* NET: Rename uip_mss to tcp_mssGregory Nutt2014-06-301-1/+1
* NET: Rename uip_callback_s to devif_callback_sGregory Nutt2014-06-291-5/+5
* NET: Renaming of IP address typesGregory Nutt2014-06-291-2/+2
* Rename many functions in net/devif from uip_* to devif_*Gregory Nutt2014-06-281-15/+15
* Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.hGregory Nutt2014-06-281-0/+221